Skip to content

Commit

Permalink
Moving devDependencies into dependencies object. Allows Modernizr to …
Browse files Browse the repository at this point in the history
…be correctly installed via npm.
  • Loading branch information
doctyper committed May 29, 2013
1 parent e5ec8e8 commit 23821eb
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"optimist": "~0.3.5",
"requirejs": "~2.1.4",
"underscore": "~1.4.4",
"marked": "~0.2.8"
},
"devDependencies": {
"marked": "~0.2.8",
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
Expand Down Expand Up @@ -45,11 +43,11 @@
},
"contributors": [
{ "name": "Faruk Ates" },
{ "name": "Paul Irish" },
{ "name": "Alex Sexton" },
{ "name": "Ryan Seddon" },
{ "name": "Alexander Farkas" },
{ "name": "Ben Alman" },
{ "name": "Paul Irish" },
{ "name": "Alex Sexton" },
{ "name": "Ryan Seddon" },
{ "name": "Alexander Farkas" },
{ "name": "Ben Alman" },
{ "name": "Stu Cox" }
],
"license": "MIT"
Expand Down

0 comments on commit 23821eb

Please sign in to comment.