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

Commit

Permalink
Correct list deps in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko committed Oct 31, 2013
1 parent 94f684d commit 5eac113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ rest.POST("/products/123", {
## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).

## Release History
_(Nothing yet)_

## License
Copyright (c) 2013 Nicola Molinari
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
},
"dependencies": {
"request": "2.9.x",
"randomstring": "1.0.x"
"randomstring": "1.0.x",
"underscore": "~1.5.2"
},
"devDependencies": {
"underscore": "~1.5.2",
"grunt": "~0.4.1",
"grunt-shell": "~0.5.0",
"grunt-coffeelint": "~0.0.7",
Expand Down

0 comments on commit 5eac113

Please sign in to comment.