File tree 3 files changed +810
-384
lines changed 3 files changed +810
-384
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ matrix:
26
26
script : npm run test
27
27
- node_js : ' 8'
28
28
script : npm run test
29
- - node_js : ' 6'
30
- script : npm run test
31
29
32
30
before_install :
33
31
- npm install -g npm@latest
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-value-parser" ,
3
- "version" : " 3.3.1 " ,
3
+ "version" : " 4.0.0 " ,
4
4
"description" : " Transforms css values and at-rule params into the tree" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
7
7
" lib"
8
8
],
9
9
"devDependencies" : {
10
- "eslint" : " ^5.6.1 " ,
11
- "husky" : " ^1.0 .0" ,
12
- "lint-staged" : " ^7.3.0 " ,
13
- "prettier" : " ^1.4.4 " ,
10
+ "eslint" : " ^5.16.0 " ,
11
+ "husky" : " ^2.3 .0" ,
12
+ "lint-staged" : " ^8.1.7 " ,
13
+ "prettier" : " ^1.17.1 " ,
14
14
"tap-spec" : " ^5.0.0" ,
15
- "tape" : " ^4.2.0 "
15
+ "tape" : " ^4.10.2 "
16
16
},
17
17
"scripts" : {
18
18
"lint:prettier" : " prettier '**/*.js' --list-different" ,
You can’t perform that action at this time.
0 commit comments