We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3850b commit 44bd597Copy full SHA for 44bd597
ts/create-kpt-functions/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-kpt-functions",
3
- "version": "0.18.0-rc.1",
+ "version": "0.18.0",
4
"description": "kpt functions CLI",
5
"author": "kpt Authors",
6
"license": "Apache-2.0",
ts/create-kpt-functions/templates/package.json.mustache
@@ -18,7 +18,7 @@
18
"kpt-functions": "^0.15.0"
19
},
20
"devDependencies": {
21
- "create-kpt-functions": "^0.18.0-rc.1",
+ "create-kpt-functions": "^0.18.0",
22
"@types/jasmine": "^3.7.6",
23
"@types/node": "^14.17.1",
24
"jasmine": "^3.7.0",
0 commit comments