Skip to content

Commit

Permalink
Merge pull request #1329 from contentstack/fix/CS-43156
Browse files Browse the repository at this point in the history
fixed message parse in config
  • Loading branch information
shafeeqd959 authored Mar 5, 2024
2 parents a77af11 + e5bf5d1 commit 809f9ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions packages/contentstack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-config",
"description": "Contentstack CLI plugin for configuration",
"version": "1.6.2",
"version": "1.6.3",
"author": "Contentstack",
"scripts": {
"build": "npm run clean && npm run compile",
Expand Down Expand Up @@ -58,7 +58,8 @@
"files": [
"/lib",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
"/oclif.manifest.json",
"/messages"
],
"homepage": "https://github.com/contentstack/cli",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@contentstack/cli-cm-migrate-rte": "~1.4.15",
"@contentstack/cli-cm-seed": "~1.7.2",
"@contentstack/cli-command": "~1.2.17",
"@contentstack/cli-config": "~1.6.2",
"@contentstack/cli-config": "~1.6.3",
"@contentstack/cli-launch": "~1.0.16",
"@contentstack/cli-migration": "~1.5.0",
"@contentstack/cli-utilities": "~1.6.0",
Expand Down

0 comments on commit 809f9ee

Please sign in to comment.