File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ matrix:
2626 script : npm run test
2727 - node_js : ' 8'
2828 script : npm run test
29- - node_js : ' 6'
30- script : npm run test
3129
3230before_install :
3331 - npm install -g npm@latest
Original file line number Diff line number Diff line change 11{
22 "name" : " postcss-value-parser" ,
3- "version" : " 3.3.1 " ,
3+ "version" : " 4.0.0 " ,
44 "description" : " Transforms css values and at-rule params into the tree" ,
55 "main" : " lib/index.js" ,
66 "files" : [
77 " lib"
88 ],
99 "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 " ,
1414 "tap-spec" : " ^5.0.0" ,
15- "tape" : " ^4.2.0 "
15+ "tape" : " ^4.10.2 "
1616 },
1717 "scripts" : {
1818 "lint:prettier" : " prettier '**/*.js' --list-different" ,
You can’t perform that action at this time.
0 commit comments