Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zackify committed Nov 13, 2015
1 parent c524b1c commit b3fb1f8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
8 changes: 3 additions & 5 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"stage": 0,
"loose": "all",
"plugins": [
"dev-expression"
]
"presets": ["react", "es2015"],
"plugins": [ "syntax-object-rest-spread", "syntax-class-properties" ],
"ignore": ["node_modules"]
}
16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,22 @@
"history": "^1.12.0"
},
"devDependencies": {
"babel": "^5.4.7",
"babel-core": "^5.4.7",
"babel-eslint": "^3.1.23",
"babel-loader": "^5.0.0",
"babel": "^6.1.18",
"babel-core": "^6.1.20",
"babel-eslint": "^4.1.5",
"babel-loader": "^6.1.0",
"babel-plugin-dev-expression": "^0.1.0",
"babel-plugin-syntax-object-rest-spread": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"bundle-loader": "^0.5.2",
"codecov.io": "^0.1.6",
"coveralls": "^2.11.4",
"css-loader": "^0.19.0",
"eslint": "^1.7.3",
"eslint-config-rackt": "^1.1.0",
"eslint-plugin-react": "^3.6.3",
"eslint-config-rackt": "^1.1.1",
"eslint-plugin-react": "^3.8.0",
"expect": "^1.12.0",
"express": "^4.13.3",
"express-urlrewrite": "^1.2.0",
Expand Down

0 comments on commit b3fb1f8

Please sign in to comment.