Skip to content
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.

Commit

Permalink
Upgrade outdated dependencies
Browse files Browse the repository at this point in the history
Upgrade "coffee-script" to 1.7.1
Upgrade "browserify" to 4.2.1
Upgrade "uglify-js" to 2.4.15
  • Loading branch information
fardjad committed Jul 15, 2014
1 parent 9877654 commit 4b71b88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cakefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ browserifyMin = (standalone, cb) ->

test = (cb) ->
p = child_process.spawn MOCHA_PATH,
['--compilers', 'coffee:coffee-script', '-R', 'spec'],
['--compilers', 'coffee:coffee-script/register', '-R', 'spec'],
{ stdio: 'inherit' }

p.on 'close', (code) ->
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"typewriter"
],
"dependencies": {
"coffee-script": "~1.6.3",
"browserify": "~2.35.2",
"uglify-js": "~2.4.3"
"coffee-script": "~1.7.1",
"browserify": "~4.2.1",
"uglify-js": "~2.4.15"
},
"devDependencies": {
"mocha": "~1.14.0",
"archiver": "~0.4.10"
"mocha": "~1.20.1",
"archiver": "~0.10.1"
},
"bundledDependencies": [],
"license": "MIT",
Expand Down

0 comments on commit 4b71b88

Please sign in to comment.