Skip to content

Commit 4f1aa87

Browse files
committed
Bump version
1 parent b73ea41 commit 4f1aa87

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "envault",
3-
"version": "1.0.0",
4-
"main": "index.js",
3+
"version": "1.1.0",
4+
"main": "src/index.js",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/envault/cli.git"
@@ -13,11 +13,12 @@
1313
},
1414
"homepage": "https://github.com/envault/cli#readme",
1515
"bin": {
16-
"envault": "index.js"
16+
"envault": "src/index.js"
1717
},
1818
"dependencies": {
1919
"axios": "^0.19.2",
2020
"chalk": "^4.0.0",
2121
"dotenv": "^8.2.0"
22-
}
22+
},
23+
"devDependencies": {}
2324
}

0 commit comments

Comments
 (0)