diff --git a/docs/SETUP.md b/docs/SETUP.md index 41e8fc57ba..36f2352f25 100644 --- a/docs/SETUP.md +++ b/docs/SETUP.md @@ -1,10 +1,8 @@ ## Setup -* Add the following dependency to package.json -```json -"dependencies": { - "@covalent/code-editor": "^1.0.0-alpha.6-3" - }, +* Install Module +``` +npm install @covalent/code-editor ``` * **Important**: Add the glob to assets in .angular-cli.json (to make monaco-editor javascript available to the app) ```json diff --git a/package.json b/package.json index 75bb1a6b9f..8b53c5460d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@covalent/code-editor", - "version": "1.0.0-alpha.6-3", + "version": "1.0.0-alpha.6-4", "private": false, "description": "Teradata Text and Code Editor built on Covalent and Angular Material", "keywords": [ @@ -35,7 +35,7 @@ "finish-release": "bash scripts/finish-release" }, "engines": { - "node": ">6.9", + "node": ">=6.9", "npm": ">3" }, "repository": {