Skip to content

Commit f7a01e5

Browse files
committed
fix npm install, npm test
1 parent b7e9e0b commit f7a01e5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = function(config) {
1919

2020
// list of files / patterns to load in the browser
2121
files: [
22-
'lib/jquery/jquery.js',
22+
'lib/jquery/dist/jquery.js',
2323
'node_modules/expect.js/expect.js',
2424
'src/*.js',
2525
'test/*.coffee'

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@
2727
"grunt-bump": "~0.0.7",
2828
"grunt-auto-release": "~0.0.2",
2929
"grunt-cli": "~0.1.11",
30-
"karma-chrome-launcher": "~0.1.1",
31-
"karma-script-launcher": "~0.1.0",
32-
"karma-firefox-launcher": "~0.1.2",
30+
"karma-chrome-launcher": "~0.1",
31+
"karma-script-launcher": "~0.1",
32+
"karma-firefox-launcher": "~0.1",
3333
"karma-html2js-preprocessor": "~0.1.0",
34-
"karma-jasmine": "~0.1.4",
34+
"karma-jasmine": "~0.1",
3535
"karma-coffee-preprocessor": "~0.1.1",
3636
"requirejs": "~2.1.9",
3737
"karma-requirejs": "~0.2.0",
3838
"karma-phantomjs-launcher": "~0.1.1",
39-
"karma": "~0.10.8",
39+
"karma": "~0.12",
4040
"karma-coverage": "~0.1.4",
4141
"mocha": "~1.15.1",
4242
"karma-mocha": "~0.1.1",
4343
"expect.js": "~0.2.0",
44-
"grunt-karma": "~0.6.2",
44+
"grunt-karma": "~0.9.0",
4545
"xml2js": "~0.4.0"
4646
},
4747
"scripts": {

0 commit comments

Comments
 (0)