Skip to content

Commit 9c9c261

Browse files
author
Aamod Pisat
committed
added note in readme and updated version in package.json
1 parent 720852b commit 9c9c261

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Installation
66

7-
**Note: Please make sure that contentstack-express version 1.x is installed.**
7+
**Note: Built.io Contentstack CLI version 1.x can be used only for contentstack-express version 1.x.**
88

99
Run the following command in a Terminal or Command Prompt to globally install the latest version of Built.io Contentstack CLI on your system:
1010

bin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function optionConversion(options) {
7474
}
7575
// printing the Built.io Contentstack Animation
7676
console.log('\n'+messages+'\x1b[0m\n');
77-
console.log('\x1b[31m Note: Please make sure that contentstack-express version 1.x is installed.\x1b[0m\n');
77+
console.log('\x1b[31m Note: Built.io Contentstack CLI version 1.x can be used only for contentstack-express version 1.x.\x1b[0m\n');
7878

7979
program
8080
.version(pkg.version || "0.1.x");

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@
9191
"optionalDependencies": {},
9292
"readme": "ERROR: No README data found!",
9393
"scripts": {},
94-
"version": "1.0.4"
94+
"version": "1.0.5"
9595
}

0 commit comments

Comments
 (0)