Skip to content

Commit

Permalink
Merge pull request #29 from rackt/6to5-to-Babel
Browse files Browse the repository at this point in the history
Use Babel for prepublish
  • Loading branch information
angus-c committed May 12, 2015
2 parents 870237a + a10b573 commit 3af4d51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
"bugs": "https://github.com/rackt/react-a11y/issues",
"scripts": {
"test": "jsxhint . && karma start --single-run",
"prepublish": "6to5 -d dist lib"
"prepublish": "babel -d dist lib"
},
"authors": [
"Ryan Florence"
"Ryan Florence",
"Todd Kloots",
"Angus Croll"
],
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 3af4d51

Please sign in to comment.