Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
fix: remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 14, 2018
1 parent 7ea52d7 commit d28fdf6
Show file tree
Hide file tree
Showing 3 changed files with 1,457 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
- add_ssh_keys
- checkout
- restore_cache: *restore_cache
- run: yarn add -D $DEPS
- run: yarn
- run: yarn global add @oclif/semantic-release@1 semantic-release@12
- run: |
export PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH
Expand Down
9 changes: 1 addition & 8 deletions package.json
Expand Up @@ -8,13 +8,6 @@
"tslint-xo": "^0.6.0"
},
"devDependencies": {
"@commitlint/cli": "6",
"@commitlint/config-conventional": "6",
"@oclif/nyc-config": "^1.0.1",
"eslint": "^4.16.0",
"eslint-config-oclif": "^1.3.1",
"mocha-junit-reporter": "1",
"nyc": "11",
"tslint": "^5.9.1",
"typescript": "^2.7.1"
},
Expand All @@ -26,7 +19,7 @@
],
"homepage": "https://github.com/oclif/tslint",
"keywords": [
"dxcli"
"oclif"
],
"license": "MIT",
"main": "tslint.json",
Expand Down

0 comments on commit d28fdf6

Please sign in to comment.