Skip to content

Commit

Permalink
Merge pull request #51 from salesforce-ux/node42
Browse files Browse the repository at this point in the history
Rely on Node 4.2
  • Loading branch information
aputinski committed May 5, 2016
2 parents a909b06 + fdf22a2 commit 9ac1e74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,6 +1,8 @@
language: node_js
node_js:
- '6'
- 4.2
- 5
- 6
install:
- npm install
script:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -22,6 +22,9 @@
"test": "npm run dist && mocha --recursive",
"prepublish": "npm run dist"
},
"engines": {
"node": ">=4.2"
},
"repository": {
"type": "git",
"url": "https://github.com/salesforce-ux/theo.git"
Expand Down

0 comments on commit 9ac1e74

Please sign in to comment.