Skip to content

Commit f68738d

Browse files
committed
feat: v1.0.0
1 parent c6e3d11 commit f68738d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "babel-plugin-jsx-wrapper",
33
"description": "Automatic observe jsx arrow functions",
4-
"version": "0.4.1",
4+
"version": "1.0.0",
55
"main": "./src/plugin.js",
66
"files": [
77
"src"
@@ -32,11 +32,14 @@
3232
},
3333
"repository": {
3434
"type": "git",
35-
"url": "git+ssh://[email protected]/betula/babel-plugin-jsx-wrapper.git"
35+
"url": "git+ssh://[email protected]/re-js/babel-plugin-jsx-wrapper.git"
3636
},
3737
"keywords": [
3838
"remini",
39+
"remini component",
40+
"wrapper",
3941
"auto observe",
42+
"auto wrap",
4043
"observe",
4144
"observer",
4245
"babel plugin",
@@ -53,7 +56,7 @@
5356
"author": "Slava Bereza <[email protected]>",
5457
"license": "MIT",
5558
"bugs": {
56-
"url": "https://github.com/betula/babel-plugin-jsx-wrapper/issues"
59+
"url": "https://github.com/re-js/babel-plugin-jsx-wrapper/issues"
5760
},
58-
"homepage": "https://github.com/betula/babel-plugin-jsx-wrapper#readme"
61+
"homepage": "https://github.com/re-js/babel-plugin-jsx-wrapper#readme"
5962
}

0 commit comments

Comments
 (0)