Skip to content

Commit 27c3d4b

Browse files
committed
Add presets
1 parent f938212 commit 27c3d4b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"babel-jest": "^14.1.0",
1818
"babel-polyfill": "^6.13.0",
1919
"babel-preset-airbnb": "^2.0.0",
20+
"babel-preset-es2015": "^6.14.0",
2021
"babel-preset-react": "^6.11.1",
22+
"babel-preset-stage-1": "^6.13.0",
23+
"babel-preset-stage-2": "^6.13.0",
2124
"enzyme": "^2.4.1",
2225
"eslint": "^1.6.0",
2326
"eslint-plugin-react": "^3.5.1",

src/__tests__/.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"presets": ["airbnb"]
2+
"presets": ["airbnb", "stage-1", "stage-2"]
33
}

0 commit comments

Comments
 (0)