Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Aug 13, 2012
1 parent 02c9378 commit 92889d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": { "devDependencies": {
"coffee-script": "1.3.3", "coffee-script": "1.3.3",
"mocha": "1.3.2", "mocha": "1.3.2",
"chai": "1.2.0" "chai": "1.2.0",
"sinon": "1.3.4", "sinon": "1.3.4",
"sinon-chai": "2.1.0", "sinon-chai": "2.1.0",
"uglify-js": "1.3.2" "uglify-js": "1.3.2"
Expand All @@ -22,4 +22,4 @@
"scripts": { "scripts": {
"test": "./node_modules/mocha/bin/mocha ./spec/*_spec.coffee --compilers coffee:coffee-script -R spec -c" "test": "./node_modules/mocha/bin/mocha ./spec/*_spec.coffee --compilers coffee:coffee-script -R spec -c"
} }
} }

0 comments on commit 92889d5

Please sign in to comment.