Skip to content

Commit

Permalink
Merge pull request #8 from Teradata/feature/node-engine
Browse files Browse the repository at this point in the history
Update Node Engine
  • Loading branch information
jeremysmartt authored Jul 7, 2017
2 parents c006851 + 9536d10 commit 673f45d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions docs/SETUP.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"finish-release": "bash scripts/finish-release"
},
"engines": {
"node": ">6.9",
"node": ">=6.9",
"npm": ">3"
},
"repository": {
Expand Down

0 comments on commit 673f45d

Please sign in to comment.