Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Zuber committed Dec 22, 2016
1 parent aa9b91d commit ef4a595
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,6 +1,6 @@
{
"name": "npm-watch",
"version": "0.1.6",
"version": "0.1.7",
"description": "run scripts from package.json when files change",
"main": "index.js",
"dependencies": {
Expand All @@ -13,7 +13,7 @@
"tape": "~2.3.2"
},
"bin": "./cli.js",
"scripts": {
"scripts": {
"demo": "markdown-code-blocks -t bash < README.md",
"exclusions": "bash -c echo 'An extension'",
"prepublish": "crlf --set=LF cli.js watch-package.js"
Expand Down

0 comments on commit ef4a595

Please sign in to comment.