Skip to content

Commit

Permalink
Moves dependencies to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Jun 7, 2015
1 parent 3d40970 commit 6455420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iniettore",
"version": "2.0.0",
"version": "2.0.1",
"description": "A light and simple IoC container",
"main": "lib/iniettore.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/cesarenaldi/iniettore.git"
},
"license": "ISC",
"dependencies": {
"devDependencies": {
"babel": "^5.5.4",
"babelify": "6.1.2",
"browserify": "10.2.4",
Expand Down

0 comments on commit 6455420

Please sign in to comment.