Skip to content

Commit f195ac6

Browse files
[NO-JIRA] allows node requirement to be greater than 12
4.1.2
1 parent 6a2ad15 commit f195ac6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,7 @@ Fixtable-Ember utilizes the core [Fixtable](https://github.com/MyPureCloud/fixta
645645
### Installation
646646
647647
* `git clone` this repository
648+
* `node v12` is recommended.
648649
* `npm install`
649650
650651
### Running

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fixtable-ember",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"description": "Ember wrapper for the Fixtable table library",
55
"directories": {
66
"doc": "doc",
@@ -17,7 +17,7 @@
1717
"url": "https://github.com/MyPureCloud/fixtable-ember.git"
1818
},
1919
"engines": {
20-
"node": "12.*"
20+
"node": ">=12"
2121
},
2222
"author": "Interactive Intelligence",
2323
"contributors": [

0 commit comments

Comments
 (0)