Skip to content

Commit

Permalink
Chore: Remove dependency bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Jul 30, 2016
1 parent aad298a commit e8d94d5
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions package.json
Expand Up @@ -46,20 +46,11 @@
"sinon": "^1.17.2"
},
"dependencies": {
"bundle-dependencies": "^1.0.2",
"dateformat": "^1.0.12",
"github-api": "^2.3.0",
"linefix": "^0.1.1",
"npm-license": "^0.3.1",
"semver": "^5.1.0",
"shelljs": "^0.5.3"
},
"bundledDependencies": [
"bundle-dependencies",
"dateformat",
"linefix",
"npm-license",
"semver",
"shelljs"
]
}
}

0 comments on commit e8d94d5

Please sign in to comment.