Skip to content

Commit

Permalink
fix: use dxcli utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 12, 2018
1 parent 9f832dc commit d04e7d1
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 1,094 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- v0-yarn-{{ .Environment.CIRCLE_JOB }}-{{checksum ".circleci/config.yml"}}-{{ .Branch }}-
- v0-yarn-{{ .Environment.CIRCLE_JOB }}-{{checksum ".circleci/config.yml"}}-master
- run: yarn
- run: npx semantic-release
- run: npx dxcli-dev-semantic-release
- save_cache: &save_cache
key: v0-yarn-{{ .Environment.CIRCLE_JOB }}-{{checksum ".circleci/config.yml"}}-{{ .Branch }}-{{checksum "yarn.lock"}}
paths:
Expand Down
14 changes: 0 additions & 14 deletions .releaserc.js

This file was deleted.

19 changes: 3 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,15 @@
"description": "eslint config for dxcli",
"version": "1.0.0",
"author": "Jeff Dickey @jdxcode",
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"eslint-config-xo-space": "^0.17.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-unicorn": "^3.0.1"
},
"devDependencies": {
"@commitlint/cli": "^6.0.1",
"@commitlint/config-conventional": "^5.2.3",
"@semantic-release/changelog": "^1.0.0",
"@semantic-release/git": "^2.0.1",
"@semantic-release/github": "^3.0.1",
"@semantic-release/npm": "^2.6.1",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.1.0",
"@dxcli/dev-semantic-release": "^0.0.2",
"eslint": "^4.15.0",
"husky": "^0.14.3",
"semantic-release": "^11.0.2"
"husky": "^0.14.3"
},
"engines": {
"node": ">= 8.0.0"
Expand All @@ -36,6 +23,6 @@
"main": "index.js",
"repository": "dxcli/eslint-config-dxcli",
"scripts": {
"commitmsg": "commitlint -x @commitlint/config-conventional -e $GIT_PARAMS"
"commitmsg": "dxcli-dev-commitmsg"
}
}
Loading

0 comments on commit d04e7d1

Please sign in to comment.