Skip to content

Commit 3af4d51

Browse files
committed
Merge pull request #29 from rackt/6to5-to-Babel
Use Babel for prepublish
2 parents 870237a + a10b573 commit 3af4d51

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
1111
"bugs": "https://github.com/rackt/react-a11y/issues",
1212
"scripts": {
1313
"test": "jsxhint . && karma start --single-run",
14-
"prepublish": "6to5 -d dist lib"
14+
"prepublish": "babel -d dist lib"
1515
},
1616
"authors": [
17-
"Ryan Florence"
17+
"Ryan Florence",
18+
"Todd Kloots",
19+
"Angus Croll"
1820
],
1921
"license": "MIT",
2022
"devDependencies": {

0 commit comments

Comments
 (0)