Skip to content

Commit c22a243

Browse files
authored
Merge pull request #181 from contentstack/feat/cs-43633
Feat/cs 43633
2 parents 372c9c8 + 2f83d00 commit c22a243

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
{
22
"name": "@contentstack/apps-cli",
3-
"version": "1.0.6",
3+
"version": "1.0.5",
44
"description": "App ClI",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/contentstack-apps-cli",
77
"license": "MIT",
88
"main": "./lib/index.js",
99
"bin": {
10-
"app": "./bin/run"
10+
"app": "bin/run"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/contentstack/apps-cli.git"
1115
},
12-
"repository": "contentstack/apps-cli",
1316
"files": [
1417
"/bin",
1518
"/lib",

0 commit comments

Comments
 (0)