Skip to content

Commit

Permalink
Fixed publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
agronkabashi committed Feb 1, 2017
1 parent 576f9b0 commit 286da24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "rollup-plugin-conditional",
"version": "1.1.0",
"version": "1.1.1",
"description": "A proxy plugin for conditionally executing rollup plugins",
"main": "build/rollup-plugin-conditional.js",
"jsnext:main": "build/rollup-plugin-conditional.es.js",
"homepage": "https://github.com/AgronKAbashi/rollup-plugin-conditional",
"scripts": {
"clean": "rm -rf build",
"build": "rollup -c",
"publish": "npm run build && npm publish",
"prepublish": "npm run build",
"start": "npm run clean -s && npm run build -s",
"test": "mocha --compilers js:babel-core/register"
},
Expand Down

0 comments on commit 286da24

Please sign in to comment.