Skip to content

Commit d685e4c

Browse files
author
Peter Marton
committed
chore(package): bump version to 1.0.1
1 parent ccff429 commit d685e4c

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

package.json

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@risingstack/anchor",
3-
"version": "1.0.0",
4-
"description": "Creates Helm chart from Kubernetes resources.",
3+
"version": "1.0.1",
4+
"description": "Creates Helm charts from Kubernetes resources.",
55
"main": "src/index.js",
66
"scripts": {
77
"test": "mocha test/setup.js 'src/**/*.spec.js'",
@@ -11,6 +11,13 @@
1111
"type": "git",
1212
"url": "git+https://github.com/RisingStack/anchor.git"
1313
},
14+
"keywords": [
15+
"kubernetes",
16+
"k8s",
17+
"helm",
18+
"helm chart",
19+
"backup"
20+
],
1421
"author": "RisingStack, Inc.",
1522
"license": "MIT",
1623
"bugs": {
@@ -31,7 +38,7 @@
3138
"eslint-plugin-promise": "3.5.0",
3239
"mocha": "3.4.1",
3340
"pre-commit": "1.2.2",
34-
"sinon": "2.2.0",
41+
"sinon": "2.3.0",
3542
"sinon-chai": "2.10.0"
3643
},
3744
"pre-commit": [

0 commit comments

Comments
 (0)