File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1717 "test" : " ava test/*.js --verbose --serial" ,
1818 "build" : " babel src/ --out-dir lib/" ,
1919 "watch" : " babel --watch src/ --out-dir lib/" ,
20- "prepublishOnly" : " npm run build && npm test" ,
21- "pretest" : " npm run build"
20+ "prepublishOnly" : " npm run build" ,
21+ "pretest" : " npm run build" ,
22+ "release" : " np"
2223 },
2324 "repository" : " niksy/postcss-sprites" ,
24- "author" : " niksy " ,
25+ "author" : " 2createStudio " ,
2526 "license" : " MIT" ,
2627 "bugs" : " https://github.com/niksy/postcss-sprites/issues" ,
2728 "homepage" : " https://github.com/niksy/postcss-sprites#readme" ,
3031 "@babel/cli" : " ^7.16.0" ,
3132 "@babel/preset-env" : " ^7.16.0" ,
3233 "ava" : " ^3.15.0" ,
34+ "np" : " ^6.5.0" ,
3335 "postcss" : " ^8.1.2"
3436 },
3537 "dependencies" : {
You can’t perform that action at this time.
0 commit comments