Skip to content

Commit bbc77e5

Browse files
committed
fix: updated links
1 parent 1f4e901 commit bbc77e5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22
"name": "babel-plugin-transform-react-remove-prop",
33
"description": "Remove selected attributes in each react element by selected conditions",
44
"version": "0.1.1",
5-
"repository": "[email protected]:maxsbelt/babel-plugin-transform-react-remove-prop.git",
5+
"homepage": "https://github.com/maxsbelt/babel-plugin-transform-react-remove-prop#readme",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/maxsbelt/babel-plugin-transform-react-remove-prop.git"
9+
},
610
"author": "Sergey Makarov <[email protected]>",
711
"main": "lib/index.js",
812
"files": [
913
"lib"
1014
],
1115
"license": "MIT",
16+
"bugs": {
17+
"url": "https://github.com/maxsbelt/babel-plugin-transform-react-remove-prop/issues"
18+
},
1219
"scripts": {
1320
"build": "babel src -d lib",
1421
"test": "jest",

0 commit comments

Comments
 (0)