@i18next-plugin/vue 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@i18next-plugin/vue",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.3",
|
|
5
5
|
"description": "@i18next-plugin/vue plugin for extracting i18n keys/value from Vue SFC files",
|
|
6
6
|
"author": "PBK-B",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -58,10 +58,11 @@
|
|
|
58
58
|
"license": "MIT",
|
|
59
59
|
"repository": {
|
|
60
60
|
"type": "git",
|
|
61
|
-
"url": "https://github.com/
|
|
61
|
+
"url": "https://github.com/zmbots/i18next-plugin-vue"
|
|
62
62
|
},
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"registry": "https://registry.npmjs.org",
|
|
65
|
-
"access": "public"
|
|
65
|
+
"access": "public",
|
|
66
|
+
"provenance": true
|
|
66
67
|
}
|
|
67
68
|
}
|