Skip to content

Commit

Permalink
fix: anycli rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 31, 2018
1 parent 4622f1a commit deccd74
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- restore_cache: *restore_cache
- run: .circleci/setup_git
- run: .circleci/yarn
- run: yarn add -D @dxcli/semantic-release@1
- run: yarn add -D @anycli/semantic-release@1
- run: yarn exec nps release

workflows:
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "dxcli"
"extends": "anycli"
}
2 changes: 1 addition & 1 deletion package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ module.exports = {
...linters,
lint: concurrent(linters),
test,
release: 'dxcli-semantic-release -e @dxcli/semantic-release',
release: 'anycli-semantic-release -e @anycli/semantic-release',
},
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@commitlint/cli": "^6.0.2",
"@commitlint/config-conventional": "^6.0.2",
"eslint": "^4.16.0",
"eslint-config-dxcli": "^1.2.1",
"eslint-config-anycli": "^1.2.1",
"husky": "^0.14.3",
"nps": "^5.7.1",
"nps-utils": "^1.5.0"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -549,9 +549,9 @@ eslint-ast-utils@^1.0.0:
lodash.get "^4.4.2"
lodash.zip "^4.2.0"

eslint-config-dxcli@^1.2.1:
eslint-config-anycli@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/eslint-config-dxcli/-/eslint-config-dxcli-1.2.1.tgz#8e65ee698fa77e9485462c788fa466edffccc13d"
resolved "https://registry.yarnpkg.com/eslint-config-anycli/-/eslint-config-anycli-1.2.1.tgz#57e618f7035277fa34a65061bc2c0727b92ddc15"
dependencies:
eslint-config-xo-space "^0.17.0"
eslint-plugin-node "^5.2.1"
Expand Down

0 comments on commit deccd74

Please sign in to comment.