This repository was archived by the owner on Jun 6, 2022. It is now read-only.
File tree 3 files changed +21
-13
lines changed
3 files changed +21
-13
lines changed Original file line number Diff line number Diff line change 1
- sudo : false
1
+ # https://docs.travis-ci.com/user/travis-lint
2
+
2
3
language : node_js
4
+
3
5
node_js :
4
- - " 6"
5
- - " 4"
6
- - " stable"
6
+ - 6
7
+
8
+ install :
9
+ - npm install --ignore-scripts
Original file line number Diff line number Diff line change
1
+ # 4.0.0 - 2018-09-17
2
+
3
+ - Added: compatibility with postcss v7.x
4
+ - Added: compatibility with node v6.x
5
+
1
6
# 3.0.1 - 2017-05-15
2
7
3
8
- Fixed: incorrect export ([ #69 ] ( https://github.com/postcss/postcss-selector-not/issues/8 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-selector-not" ,
3
- "version" : " 3 .0.1 " ,
3
+ "version" : " 4 .0.0 " ,
4
4
"description" : " PostCSS plugin to transform :not() W3C CSS level 4 pseudo class to :not() CSS level 3 selectors" ,
5
5
"keywords" : [
6
6
" postcss" ,
20
20
" dist"
21
21
],
22
22
"dependencies" : {
23
- "balanced-match" : " ^0.4.2 " ,
23
+ "balanced-match" : " ^1.0.0 " ,
24
24
"postcss" : " ^7.0.2"
25
25
},
26
26
"devDependencies" : {
27
- "babel-cli" : " ^6.24.1 " ,
28
- "babel-plugin-add-module-exports" : " ^0.2.1 " ,
29
- "babel-preset-env" : " ^1.4 .0" ,
30
- "babel-register" : " ^6.24.1 " ,
31
- "eslint" : " ^3.19 .0" ,
32
- "tape" : " ^4.6.3 "
27
+ "babel-cli" : " ^6.26.0 " ,
28
+ "babel-plugin-add-module-exports" : " ^1.0.0 " ,
29
+ "babel-preset-env" : " ^1.7 .0" ,
30
+ "babel-register" : " ^6.26.0 " ,
31
+ "eslint" : " ^5.6 .0" ,
32
+ "tape" : " ^4.9.1 "
33
33
},
34
34
"scripts" : {
35
- "lint" : " eslint *.js . /src/ ./test/" ,
35
+ "lint" : " eslint . /src/*.js ./test/*.js " ,
36
36
"tape" : " tape -r babel-register test/*.js" ,
37
37
"test" : " npm run lint && npm run babelify && npm run tape" ,
38
38
"babelify" : " babel src --out-dir dist" ,
You can’t perform that action at this time.
0 commit comments