Comparing version 0.1.2 to 0.1.3
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
{ | ||
"name": "npm-watch", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "run scripts from package.json when files change", | ||
@@ -11,4 +11,5 @@ "main": "index.js", | ||
"devDependencies": { | ||
"tape": "~2.3.2", | ||
"markdown-code-blocks": "0.0.1" | ||
"crlf": "^1.1.0", | ||
"markdown-code-blocks": "0.0.1", | ||
"tape": "~2.3.2" | ||
}, | ||
@@ -19,3 +20,4 @@ "bin": "./cli.js", | ||
"demo": "markdown-code-blocks -t bash < README.md", | ||
"exclusions": "bash -c echo 'An extension'" | ||
"exclusions": "bash -c echo 'An extension'", | ||
"prepublish": "crlf --set=LF cli.js watch-package.js" | ||
}, | ||
@@ -22,0 +24,0 @@ "watch": { |
@@ -0,0 +0,0 @@ 'use strict'; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8362
3