Skip to content

Commit

Permalink
Move benchmark dependencies into devDependencies section
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed Nov 15, 2016
1 parent da52b1c commit 280c05c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@
},
"typings": "./out/expand.d.ts",
"devDependencies": {
"lodash": "^4.17.1",
"matcha": "^0.7.0",
"mocha": "^3.1.2",
"tslint": "^3.15.1",
"typescript": "^2.0.9",
"rimraf": "^2.5.4"
},
"optionalDependencies": {
"rimraf": "^2.5.4",
"string": "^3.3.3",
"string-placeholder": "^1.0.1",
"lodash": "^4.17.1"
"tslint": "^3.15.1",
"typescript": "^2.0.9"
},
"files": [
"index.js",
Expand Down

0 comments on commit 280c05c

Please sign in to comment.