Skip to content

Commit

Permalink
Updated package.json, preparing for v0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Apr 1, 2013
1 parent c36aa96 commit 6446800
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loglevel",
"description": "Extremely minimal lightweight logging framework for JavaScript, adding log level controls to any found console.log methods",
"description": "Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methods",
"version": "0.1.0",
"homepage": "https://github.com/pimterry/loglevel",
"author": {
Expand Down Expand Up @@ -29,16 +29,15 @@
"test": "grunt test"
},
"dependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.6"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.6",
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-watch": "~0.2.0",
"grunt-contrib-jasmine": "~0.4.1",
"grunt": "~0.4.1",
"grunt-template-jasmine-requirejs": "~0.1.0",
"grunt-open": "~0.2.0",
"grunt-contrib-connect": "~0.2.0",
Expand Down

0 comments on commit 6446800

Please sign in to comment.