Skip to content

Commit 286da24

Browse files
author
agronkabashi
committed
Fixed publish script
1 parent 576f9b0 commit 286da24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "rollup-plugin-conditional",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A proxy plugin for conditionally executing rollup plugins",
55
"main": "build/rollup-plugin-conditional.js",
66
"jsnext:main": "build/rollup-plugin-conditional.es.js",
77
"homepage": "https://github.com/AgronKAbashi/rollup-plugin-conditional",
88
"scripts": {
99
"clean": "rm -rf build",
1010
"build": "rollup -c",
11-
"publish": "npm run build && npm publish",
11+
"prepublish": "npm run build",
1212
"start": "npm run clean -s && npm run build -s",
1313
"test": "mocha --compilers js:babel-core/register"
1414
},

0 commit comments

Comments
 (0)