Skip to content

Commit

Permalink
babel dev deps in archetype
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauren committed Mar 16, 2016
1 parent 9db7698 commit 7ace0b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["es2015", "stage-1", "react"]
"extends": "./node_modules/builder-victory-component/config/babel/.babelrc"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
},
"dependencies": {
"builder": "2.9.1",
"builder-victory-component": "^1.0.4",
"builder-victory-component": "^1.0.5",
"victory-chart": "6.0.1",
"victory-core": "1.2.2",
"victory-pie": "2.0.1"
},
"devDependencies": {
"builder-victory-component-dev": "^1.0.4",
"builder-victory-component-dev": "^1.0.5",
"chai": "^3.2.0",
"ecology": "^1.2.0",
"file-loader": "^0.8.5",
Expand Down

0 comments on commit 7ace0b0

Please sign in to comment.