Skip to content

Commit

Permalink
Revert "Updated to react 15, added editorconfig, added travis ci supp…
Browse files Browse the repository at this point in the history
…ort for build step"

This reverts commit 9ccf5b4.
  • Loading branch information
MikeRyanDev committed Jul 17, 2016
1 parent 7d85e93 commit e533330
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 61 deletions.
16 changes: 0 additions & 16 deletions .editorconfig

This file was deleted.

30 changes: 0 additions & 30 deletions .travis.yml

This file was deleted.

22 changes: 7 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,18 @@
"dependencies": {
"component-raf": "^1.2.0",
"component-tween": "^1.2.0",
"lodash.clamp": "^4.0.2",
"lodash.memoize": "^4.1.0",
"lodash.padstart": "^4.5.0",
"react": "^15.1.0",
"spectacle": "^1.0.7"
"lodash.clamp": "^4.0.1",
"lodash.memoize": "^4.0.1",
"lodash.padstart": "^4.2.0",
"react": "^0.14.7",
"spectacle": "^1.0.4"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.10.1",
"babel-cli": "^6.6.5",
"babel-plugin-react-pure-components": "^2.2.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0"
},
"engines": {
"node": "4.x || 6.x",
"npm": "2.x || 3.x"
},
"devEngines": {
"node": "4.x || 6.x",
"npm": "2.x || 3.x"
}
}

0 comments on commit e533330

Please sign in to comment.