[Pkg-javascript-commits] [science.js] 33/87: Fix Makefile rule for package.json.
bhuvan krishna
bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:11:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
bhuvan-guest pushed a commit to branch master
in repository science.js.
commit b56d017a4d9b1e0e15ad747f04f5a9b8a45c49b4
Author: Jason Davies <jason at jasondavies.com>
Date: Sat Aug 27 21:54:36 2011 +0100
Fix Makefile rule for package.json.
---
Makefile | 2 +-
src/package.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index a65ed9d..7ac88e3 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ test: all
@rm -f $@
$(JS_COMPILER) < $< > $@
-package.json: science.js
+package.json: science.js src/package.js
node src/package.js > $@
science.js science%.js: Makefile
diff --git a/src/package.js b/src/package.js
index 7d76651..139b31b 100644
--- a/src/package.js
+++ b/src/package.js
@@ -10,6 +10,6 @@ require("util").puts(JSON.stringify({
"repository": {"type": "git", "url": "http://github.com/jasondavies/science.js.git"},
"dependencies": {
"uglify-js": "1.0.6",
- "vows": "0.5.10"
+ "vows": "0.5.11"
}
}, null, 2));
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/science.js.git
More information about the Pkg-javascript-commits
mailing list