Skip to content

Commit 192241a

Browse files
committed
publish to user package
1 parent 7f81481 commit 192241a

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
2-
"name": "i18next-scanner",
3-
"version": "4.6.0",
2+
"name": "@4rthem/i18next-scanner",
3+
"version": "0.0.1",
4+
"private": false,
5+
"publishConfig": {
6+
"access": "public"
7+
},
48
"description": "Scan your code, extract translation keys/values, and merge them into i18n resource files.",
5-
"homepage": "https://github.com/i18next/i18next-scanner",
9+
"homepage": "https://github.com/4rthem/i18next-scanner",
610
"author": "Cheton Wu <[email protected]>",
711
"contributors": [
812
{
@@ -12,11 +16,11 @@
1216
}
1317
],
1418
"bin": {
15-
"i18next-scanner": "./bin/cli.js"
19+
"i18next-scanner": "bin/cli.js"
1620
},
1721
"main": "lib/index.js",
1822
"scripts": {
19-
"prepublishOnly": "npm run eslint && npm run build && npm test",
23+
"prepublishOnly": "npm run eslint && npm run build",
2024
"build": "babel ./src --out-dir ./lib",
2125
"clean": "del lib .nyc_output",
2226
"eslint": "eslint ./src",
@@ -25,7 +29,7 @@
2529
},
2630
"repository": {
2731
"type": "git",
28-
"url": "[email protected]:i18next/i18next-scanner.git"
32+
"url": "git+ssh://git@github.com/4rthem/i18next-scanner.git"
2933
},
3034
"license": "MIT",
3135
"engines": {

0 commit comments

Comments
 (0)