[Pkg-javascript-commits] [node-expat] 29/371: Adding install script to package information (and renaming to install.sh)
Jonas Smedegaard
dr at jones.dk
Sun Feb 28 09:59:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-expat.
commit 4199cb2c25cfa1c24af934be918e3d35b53d5275
Author: Derek Hammer <derek.r.hammer at gmail.com>
Date: Mon Jun 7 00:12:43 2010 -0500
Adding install script to package information (and renaming to install.sh)
---
script.sh => install.sh | 0
package.json | 1 +
2 files changed, 1 insertion(+)
diff --git a/script.sh b/install.sh
similarity index 100%
rename from script.sh
rename to install.sh
diff --git a/package.json b/package.json
index 247fcf8..6a0aa22 100644
--- a/package.json
+++ b/package.json
@@ -2,5 +2,6 @@
,"version": "1.0.0"
,"main": "./build/default"
,"description": "CommonJS module for XML parsing."
+,"scripts" : { "install" : "./install.sh" }
,"dependencies": []
}
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git
More information about the Pkg-javascript-commits
mailing list