[Pkg-javascript-commits] [leaflet] 86/301: update happen and references to it to fix build, hello @tmcw
Jonas Smedegaard
js at moszumanska.debian.org
Mon Jan 27 22:22:43 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet.
commit f91d2d82da5f4e4a0d4f468816597422aa7d6911
Author: Vladimir Agafonkin <agafonkin at gmail.com>
Date: Mon Sep 9 11:47:09 2013 +0300
update happen and references to it to fix build, hello @tmcw
---
package.json | 2 +-
spec/index.html | 2 +-
spec/karma.conf.js | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 5e755ff..fc45e98 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"devDependencies": {
"jshint": "~2.1.4",
"mocha": "~1.10.0",
- "happen": "~0.1.2",
+ "happen": "~0.1.3",
"karma": "~0.8.6",
"uglify-js": "~2.3.6",
"jake": "~0.5.16"
diff --git a/spec/index.html b/spec/index.html
index 2c65a21..6a37793 100644
--- a/spec/index.html
+++ b/spec/index.html
@@ -9,7 +9,7 @@
<div id="mocha"></div>
<script src="expect.js"></script>
<script type="text/javascript" src="../node_modules/mocha/mocha.js"></script>
- <script type="text/javascript" src="../node_modules/happen/src/happen.js"></script>
+ <script type="text/javascript" src="../node_modules/happen/happen.js"></script>
<script type="text/javascript" src="sinon.js"></script>
<!-- source files -->
diff --git a/spec/karma.conf.js b/spec/karma.conf.js
index f36142f..3bc1f07 100644
--- a/spec/karma.conf.js
+++ b/spec/karma.conf.js
@@ -17,7 +17,7 @@ files = [].concat([
"expect.js"
], libSources, [
"after.js",
- "../node_modules/happen/src/happen.js",
+ "../node_modules/happen/happen.js",
"suites/SpecHelper.js",
"suites/**/*.js"
]);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git
More information about the Pkg-javascript-commits
mailing list