Skip to content

Commit bc01987

Browse files
committed
Replace prepublish with prepare.
prepublish is deprecated, prepare works better for me installing this branch from GH :D
1 parent 8a0d516 commit bc01987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"repository": "jkroso/eslint-plugin-jsx",
1717
"keywords": ["eslint", "plugin", "jsx"],
1818
"scripts": {
19-
"prepublish": "babel --presets node index.js > built.js"
19+
"prepare": "babel --presets node index.js > built.js"
2020
},
2121
"author": "Jake Rosoman",
2222
"license": "MIT"

0 commit comments

Comments
 (0)