[Pkg-javascript-commits] [node-umd] 08/11: Use linify not win-spawn for line endings
Bastien Roucariès
rouca at moszumanska.debian.org
Mon Apr 17 07:38:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to annotated tag 1.3.0
in repository node-umd.
commit e3990ed8a2e402bf68666a8d87cbfedee25105c9
Author: ForbesLindesay <forbes at lindesay.co.uk>
Date: Thu Aug 1 18:18:47 2013 +0100
Use linify not win-spawn for line endings
---
package.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 300b5c6..622188f 100644
--- a/package.json
+++ b/package.json
@@ -10,11 +10,11 @@
"uglify-js": "~2.3.6"
},
"devDependencies": {
- "win-spawn": "~1.1.2"
+ "linify": "~1.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
- "prepublish": "cd bin && win-line-endings && cd .."
+ "prepublish": "linify transform bin"
},
"repository": {
"type": "git",
@@ -22,4 +22,4 @@
},
"author": "ForbesLindesay",
"license": "MIT"
-}
+}
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-umd.git
More information about the Pkg-javascript-commits
mailing list