Skip to content

Commit

Permalink
Merge pull request #13 from rollup/watch
Browse files Browse the repository at this point in the history
add npm run watch
  • Loading branch information
eventualbuddha committed Jun 9, 2016
2 parents 7c213cb + 4116782 commit eeead43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -7,6 +7,7 @@
"scripts": {
"prebuild": "eslint lib test",
"build": "rollup -c",
"watch": "rollup -c -w",
"pretest": "npm run build",
"test": "mocha",
"prepublish": "npm test"
Expand Down Expand Up @@ -41,7 +42,7 @@
"babelrc-rollup": "^1.1.0",
"eslint": "^2.11.1",
"mocha": "^2.5.3",
"rollup": "^0.29.0",
"rollup": "^0.30.0",
"rollup-plugin-babel": "^2.5.1"
}
}

0 comments on commit eeead43

Please sign in to comment.