Skip to content

Commit 25bab7f

Browse files
committed
Merge pull request #165 from taion/stage-1
We're not actually using stage-0
2 parents c68c128 + b6d2fad commit 25bab7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"presets": ["es2015-loose", "stage-0", "react"],
2+
"presets": ["es2015-loose", "stage-1", "react"],
33
"plugins": ["add-module-exports"]
44
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"babel-preset-es2015": "^6.6.0",
4545
"babel-preset-es2015-loose": "^7.0.0",
4646
"babel-preset-react": "^6.5.0",
47-
"babel-preset-stage-0": "^6.5.0",
47+
"babel-preset-stage-1": "^6.5.0",
4848
"babel-register": "^6.7.2",
4949
"bootstrap": "^3.3.6",
5050
"chai": "^3.5.0",

0 commit comments

Comments
 (0)