Skip to content

Commit

Permalink
feat: update the version to 2.0.0 and restrict node version available…
Browse files Browse the repository at this point in the history
… to 4.0

* Update the version to 2.0.0 and restrict node version available to 4.0

* Revert package.json version change
Remove minor versions of node on testing, only using major.
Remove version 5.0 from tests
  • Loading branch information
joaopapereira authored and dignifiedquire committed Mar 22, 2018
1 parent f48a731 commit c84316e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,10 +1,9 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4.0"
- "5.0"
- "6.0"
- "8.0"
- "stable"

# Make sure we have new NPM.
Expand Down
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"grunt-karma": "2.x",
"grunt-npm": "0.0.2",
"jasmine-core": "~2.4.1",
"karma": "1.x || ",
"karma": "2.x || ",
"karma-chrome-launcher": "1.x || ~0.2.2",
"karma-firefox-launcher": "1.x || ~0.1.7",
"load-grunt-tasks": "^3.4.1"
Expand All @@ -38,6 +38,9 @@
"jasmine-core": "*",
"karma": "*"
},
"engines": {
"node": ">= 4"
},
"license": "MIT",
"contributors": [
"Maksim Ryzhikov <rv.maksim@gmail.com>",
Expand Down

0 comments on commit c84316e

Please sign in to comment.