File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 "html-webpack-plugin" : " ^2.30.1" ,
3939 "node-notifier" : " ^5.1.2" ,
4040 "node-sass" : " ^4.5.3" ,
41+ "normalize.css" : " ^8.0.0" ,
4142 "optimize-css-assets-webpack-plugin" : " ^3.2.0" ,
4243 "ora" : " ^1.2.0" ,
4344 "portfinder" : " ^1.0.13" ,
Original file line number Diff line number Diff line change @@ -3941,6 +3941,10 @@ normalize-url@^1.4.0:
39413941 query-string "^4.1.0"
39423942 sort-keys "^1.0.0"
39433943
3944+ normalize.css@^8.0.0 :
3945+ version "8.0.0"
3946+ resolved "https://registry.yarnpkg.com/normalize.css/-/normalize.css-8.0.0.tgz#14ac5e461612538a4ce9be90a7da23f86e718493"
3947+
39443948npm-run-path@^2.0.0 :
39453949 version "2.0.2"
39463950 resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
Original file line number Diff line number Diff line change 99 "doc" : " docs"
1010 },
1111 "scripts" : {
12- "test" : " echo \" Error: no test specified \" && exit 1 " ,
12+ "test" : " npm run css " ,
1313 "css" : " npm run css-compile" ,
1414 "css-compile" : " node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/_loop.scss dist/loop.css"
1515 },
4040 "files" : [
4141 " dist/" ,
4242 " scss/"
43- ]
43+ ],
44+ "engines" : {
45+ "node" : " >= 6.0.0" ,
46+ "npm" : " >= 3.0.0"
47+ }
4448}
You can’t perform that action at this time.
0 commit comments