Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed May 10, 2022
1 parent eafa9fe commit c3b14ff
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jswork/kube-config-list",
"version": "1.0.0",
"version": "1.0.1",
"description": "k8s config list.",
"homepage": "https://js.work",
"author": {
Expand All @@ -17,21 +17,17 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@jswork/next": "^1.0.5",
"@jswork/next-absolute-package": "^1.0.1",
"@jswork/next-get-key": "^1.0.0",
"commander": "^6.2.0",
"globby": "^11.1.0",
"gulp-rename": "^2.0.0",
"ipt": "^3.2.0",
"require-dir": "^1.2.0",
"yargs": "^13.2.4"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@jswork/next": "^1.0.5",
"@jswork/next-absolute-package": "^1.0.1",
"@jswork/next-get-key": "^1.0.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-load-plugins": "^2.0.5",
Expand All @@ -40,12 +36,22 @@
"release-it": "^14.2.1"
},
"keywords": [
"boilerplate",
"cli"
"config",
"ipt",
"k8s",
"kube",
"kubernetes",
"list",
"ntl",
"cli",
"kcl"
],
"boilerplate": "kube-config-list",
"repository": {
"type": "git",
"url": "https://github.com/afeiship/kube-config-list.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}

0 comments on commit c3b14ff

Please sign in to comment.