We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4411f03 commit 64e6103Copy full SHA for 64e6103
package.json
@@ -17,11 +17,12 @@
17
"test": "ava test/*.js --verbose --serial",
18
"build": "babel src/ --out-dir lib/",
19
"watch": "babel --watch src/ --out-dir lib/",
20
- "prepublishOnly": "npm run build && npm test",
21
- "pretest": "npm run build"
+ "prepublishOnly": "npm run build",
+ "pretest": "npm run build",
22
+ "release": "np"
23
},
24
"repository": "niksy/postcss-sprites",
- "author": "niksy",
25
+ "author": "2createStudio",
26
"license": "MIT",
27
"bugs": "https://github.com/niksy/postcss-sprites/issues",
28
"homepage": "https://github.com/niksy/postcss-sprites#readme",
@@ -30,6 +31,7 @@
30
31
"@babel/cli": "^7.16.0",
32
"@babel/preset-env": "^7.16.0",
33
"ava": "^3.15.0",
34
+ "np": "^6.5.0",
35
"postcss": "^8.1.2"
36
37
"dependencies": {
0 commit comments