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 17
17
"test" : " ava test/*.js --verbose --serial" ,
18
18
"build" : " babel src/ --out-dir lib/" ,
19
19
"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"
22
23
},
23
24
"repository" : " niksy/postcss-sprites" ,
24
- "author" : " niksy " ,
25
+ "author" : " 2createStudio " ,
25
26
"license" : " MIT" ,
26
27
"bugs" : " https://github.com/niksy/postcss-sprites/issues" ,
27
28
"homepage" : " https://github.com/niksy/postcss-sprites#readme" ,
30
31
"@babel/cli" : " ^7.16.0" ,
31
32
"@babel/preset-env" : " ^7.16.0" ,
32
33
"ava" : " ^3.15.0" ,
34
+ "np" : " ^6.5.0" ,
33
35
"postcss" : " ^8.1.2"
34
36
},
35
37
"dependencies" : {
You can’t perform that action at this time.
0 commit comments