[Pkg-javascript-commits] [node-lolex] 07/08: Add patch to fix package.json
Sruthi Chandran
srud-guest at moszumanska.debian.org
Wed Oct 12 11:45:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
srud-guest pushed a commit to branch master
in repository node-lolex.
commit 55d29341824b667f1daf04c58f5281bb3f054280
Author: Sruthi <srud at disroot.org>
Date: Wed Oct 12 17:03:28 2016 +0530
Add patch to fix package.json
---
debian/patches/fix-package-json.patch | 9 +++++++++
debian/patches/series | 1 +
2 files changed, 10 insertions(+)
diff --git a/debian/patches/fix-package-json.patch b/debian/patches/fix-package-json.patch
new file mode 100644
index 0000000..07aee20
--- /dev/null
+++ b/debian/patches/fix-package-json.patch
@@ -0,0 +1,9 @@
+--- a/package.json
++++ b/package.json
+@@ -30,5 +30,5 @@
+ "referee": "^1.2.0",
+ "sinon": "^1.17.4"
+ },
+- "main": "./src/lolex-src.js"
++ "main": "./lolex.js"
+ }
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9f68367
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-package-json.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-lolex.git
More information about the Pkg-javascript-commits
mailing list