We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 870237a + a10b573 commit 3af4d51Copy full SHA for 3af4d51
1 file changed
package.json
@@ -11,10 +11,12 @@
11
"bugs": "https://github.com/rackt/react-a11y/issues",
12
"scripts": {
13
"test": "jsxhint . && karma start --single-run",
14
- "prepublish": "6to5 -d dist lib"
+ "prepublish": "babel -d dist lib"
15
},
16
"authors": [
17
- "Ryan Florence"
+ "Ryan Florence",
18
+ "Todd Kloots",
19
+ "Angus Croll"
20
],
21
"license": "MIT",
22
"devDependencies": {
0 commit comments