Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Add watch, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rowan-m committed Aug 30, 2019
1 parent 7dbf6ae commit afd10ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -6,7 +6,8 @@
"module": "dist/input-knob.esm.js",
"browser": "dist/input-knob.umd.js",
"scripts": {
"build": "rollup -c"
"build": "rollup -c",
"build:watch": "rollup -c -w"
},
"repository": {
"type": "git",
Expand All @@ -24,7 +25,7 @@
},
"homepage": "https://github.com/GoogleChromeLabs/input-knob#readme",
"devDependencies": {
"rollup": "^1.20.1",
"rollup": "^1.20.3",
"rollup-plugin-terser": "^5.1.1"
}
}

0 comments on commit afd10ed

Please sign in to comment.