Skip to content

Commit

Permalink
Add uglify-js and jison as development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Aug 5, 2011
1 parent 48f3c70 commit d665c3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -5,4 +5,5 @@ parser.output
test/fixtures/underscore
test/*.js
examples/beautiful_code/parse.coffee
*.gem
*.gem
/node_modules
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -23,5 +23,9 @@
"repository": {
"type": "git",
"url": "git://github.com/jashkenas/coffee-script.git"
},
"devDependencies": {
"uglify-js": "1.0.6",
"jison": "0.2.9"
}
}

0 comments on commit d665c3a

Please sign in to comment.