[Pkg-javascript-commits] [node-expat] 28/371: Making this a NPM module

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 ffaec9ddd9d794afd1ec4a494de02f62ecc66d8a
Author: Derek Hammer <derek.r.hammer at gmail.com>
Date:   Mon Jun 7 00:08:25 2010 -0500

    Making this a NPM module
---
 package.json | 6 ++++++
 script.sh    | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/package.json b/package.json
new file mode 100644
index 0000000..247fcf8
--- /dev/null
+++ b/package.json
@@ -0,0 +1,6 @@
+{ "name": "node-expat"
+,"version": "1.0.0"
+,"main": "./build/default"
+,"description": "CommonJS module for XML parsing."
+,"dependencies": []
+}
\ No newline at end of file
diff --git a/script.sh b/script.sh
new file mode 100644
index 0000000..def9b48
--- /dev/null
+++ b/script.sh
@@ -0,0 +1,2 @@
+node-waf configure
+node-waf build
\ 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