Skip to content

Commit

Permalink
use react preset
Browse files Browse the repository at this point in the history
  • Loading branch information
edge committed Mar 2, 2016
1 parent 0b9dec3 commit 31dd4b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["es2015", "stage-0"]
"presets": ["es2015", "stage-0", "react"]
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
},
"homepage": "https://github.com/yomguithereal/react-blessed#readme",
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.6.0",
"blessed": "^0.1.81",
"mocha": "^2.4.5",
Expand Down

0 comments on commit 31dd4b9

Please sign in to comment.