Skip to content

Commit

Permalink
Fix peer dependencies bug with karma
Browse files Browse the repository at this point in the history
  • Loading branch information
tcorral committed Oct 11, 2014
1 parent 757f830 commit 0f3a286
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 24 deletions.
40 changes: 19 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,27 @@
"url": "https://github.com/tcorral/JSONC.git"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
"test": "karma start --single-run --browsers PhantomJS"
},
"devDependencies": {
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-script-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
"karma-requirejs": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma": "~0.10.4",
"karma-coverage": "~0.1.0",
"grunt": "~0.4.1",
"grunt-karma": "~0.6.2",
"zlib": "*",
"uglify-js": "*",
"grunt-contrib-uglify": "~0.2.1",
"grunt-contrib-jshint": "~0.5.4",
"grunt-contrib-compress": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"karma-junit-reporter": "~0.1.0"
"karma-chrome-launcher": "0.1.0",
"karma-firefox-launcher": "0.1.0",
"karma-script-launcher": "0.1.0",
"karma-html2js-preprocessor": "0.1.0",
"karma-jasmine": "0.1.3",
"karma-requirejs": "0.1.0",
"karma-coffee-preprocessor": "0.1.0",
"karma-phantomjs-launcher": "0.1.0",
"karma": "0.10.4",
"karma-coverage": "0.1.0",
"grunt": "0.4.1",
"grunt-karma": "0.6.2",
"grunt-contrib-uglify": "0.2.1",
"grunt-contrib-jshint": "0.5.4",
"grunt-contrib-compress": "0.5.0",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-concat": "0.3.0",
"karma-junit-reporter": "0.1.0"
},
"github": "https://github.com/tcorral/JSONC"
}
Loading

0 comments on commit 0f3a286

Please sign in to comment.