Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
fix: update krul-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Go7hic committed Aug 28, 2019
1 parent 163bcde commit 6cae776
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/krul-cli/package.json
Expand Up @@ -7,7 +7,7 @@
"license": "ISC",
"main": "index.js",
"bin": {
"wxb-cli": "./index.js"
"krul-cli": "./index.js"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion packages/krul-cli/template/react-library/package.json
Expand Up @@ -93,6 +93,6 @@
"@types/react-dom": "^16.8.4",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"krul-scripts": "0.1.2"
"krul-scripts": "0.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/krul-scripts/package.json
Expand Up @@ -7,7 +7,7 @@
"license": "ISC",
"main": "index.js",
"bin": {
"wxb-script": "./index.js"
"krul-scripts": "./index.js"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit 6cae776

Please sign in to comment.