Skip to content

Commit

Permalink
build: remove unused dependencies and upgrade commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed Dec 20, 2017
1 parent d380b19 commit 721e8ee
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,15 @@
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^4.3.0",
"@commitlint/config-angular": "^4.3.0",
"@commitlint/config-lerna-scopes": "^4.3.0",
"@commitlint/cli": "^5.2.5",
"@commitlint/config-angular": "^5.1.1",
"@commitlint/config-lerna-scopes": "^5.2.0",
"@types/mocha": "^2.2.44",
"@types/node": "^8.0.56",
"@types/request": "^2.0.7",
"@types/request-promise": "^4.1.39",
"coveralls": "^3.0.0",
"cz-conventional-changelog": "^2.1.0",
"lerna": "^2.5.1",
"mocha": "^4.0.0",
"request": "^2.83.0",
"request-promise": "^4.2.2"
"mocha": "^4.0.0"
},
"scripts": {
"bootstrap": "npm i && lerna bootstrap",
Expand Down

0 comments on commit 721e8ee

Please sign in to comment.