Permalink
Browse files

Merge pull request #15 from kyranet/patch-1

Allow any version post 4.x to be used
  • Loading branch information...
anodynos committed Apr 27, 2018
2 parents 3bdcd47 + cee9c25 commit c090951679bf15b274c0acd174ae996f38f278ef
Showing with 2 additions and 1 deletion.
  1. +1 −0 .travis.yml
  2. +1 −1 package.json
@@ -7,6 +7,7 @@ node_js:
- 7
- 8
- 9
- 10

before_script:
- npm install -g grunt-cli
@@ -40,7 +40,7 @@
"dist": "./build"
},
"engines": {
"node": ">=4 <=9"
"node": ">=4"
},
"devDependencies": {
"chai": "~4.0.2",

0 comments on commit c090951

Please sign in to comment.