Skip to content

Commit

Permalink
removing Jasmine from NPM dependencies
Browse files Browse the repository at this point in the history
we are using Mocha so this is not needed,
this was added by the Karma initializer script
  • Loading branch information
dperrymorrow committed Jan 6, 2016
1 parent 545f921 commit b894098
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.1-rc1",
"karma": "^0.13.15",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.7",
"karma-fixture": "^0.2.5",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.3.6",
"karma-jshint": "^0.1.0",
"karma-mocha": "^0.2.1",
"karma-sinon": "^1.0.4",
Expand Down

0 comments on commit b894098

Please sign in to comment.