Skip to content

Commit 64e6103

Browse files
committed
Add release script
1 parent 4411f03 commit 64e6103

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@
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",
@@ -30,6 +31,7 @@
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": {

0 commit comments

Comments
 (0)