Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Switch to Node 4 because of this: jestjs/jest#554
Browse files Browse the repository at this point in the history
  • Loading branch information
rcorral committed Jan 21, 2016
1 parent a71be39 commit 9956ea3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: node_js
node_js:
- "5"
- "4"
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"url": "http://www.mesosphere.com"
},
"engines": {
"node": "^5.4.x",
"npm": "^3.3.x"
"node": "^4.x.x",
"npm": "^2.x.x"
},
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
],
"main": "main.js",
"dependencies": {
"classnames": "~2.2.1"
"classnames": "~2.2.3"
},
"devDependencies": {
"babel-cli": "~6.4.0",
Expand All @@ -37,7 +37,6 @@
"babel-runtime": "~6.3.19",
"browser-sync": "~2.11.0",
"canvas-ui": "~0.2.1",
"classnames": "~2.2.3",
"envify": "~3.4.0",
"eslint": "~1.10.3",
"eslint-plugin-react": "~3.15.0",
Expand Down Expand Up @@ -108,7 +107,7 @@
"react",
"react-dom",
"react-addons-test-utils",
"fbsj"
"fbjs"
],
"testPathIgnorePatterns": [
"/node_modules/"
Expand Down

0 comments on commit 9956ea3

Please sign in to comment.