Skip to content

Commit 46ad13a

Browse files
committed
fix package.json
1 parent 5867c35 commit 46ad13a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "i18n-fast-translate",
2+
"name": "@moonshot-partners/i18n-fast-translate",
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",
@@ -25,5 +25,8 @@
2525
"jest": "^26.3.0",
2626
"prettier": "^2.0.5",
2727
"prettylint": "^1.0.0"
28+
},
29+
"publishConfig": {
30+
"registry":"https://npm.pkg.github.com/"
2831
}
2932
}

0 commit comments

Comments
 (0)