Skip to content
This repository was archived by the owner on May 15, 2019. It is now read-only.

Commit 8eb0bbf

Browse files
committed
Use Babel es2015 and disable prepublish step.
Auditors: alex
1 parent 3e22fa5 commit 8eb0bbf

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.babelrc

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

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"aphrodite": "1.1.0"
3232
},
3333
"devDependencies": {
34-
"babel-preset-latest": "6.16.0",
34+
"babel-preset-es2015": "6.18.0",
3535
"babel-preset-react": "6.16.0",
3636
"babel-register": "6.18.0",
3737
"babelify": "7.3.0",
@@ -51,7 +51,6 @@
5151
"watchify": "3.7.0"
5252
},
5353
"scripts": {
54-
"test": "make test",
55-
"prepublish": "node prepublish.js"
54+
"test": "make test"
5655
}
5756
}

0 commit comments

Comments
 (0)