Skip to content

Commit

Permalink
removed bundledependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed Aug 11, 2015
1 parent 497a108 commit a56cb22
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,13 @@
},
"author": "Apache Software Foundation",
"license": "Apache Version 2.0",
"dependencies": {
"devDependencies": {
"jshint": "^2.6.0",
"uncrustify": "^0.6.1",
"tmp": "^0.0.26",
"jasmine-node": "~1",
"shelljs": "^0.2.6",
"coffee-script": "^1.7.1",
"nodeunit": "^0.8.7"
},
"devDependencies": {
"jshint": "^2.6.0",
"uncrustify": "^0.6.1",
"tmp": "^0.0.26"
},
"bundledDependencies": [
"q",
"nopt",
"shelljs",
"glob"
]
}
}

0 comments on commit a56cb22

Please sign in to comment.