diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..580b089 --- /dev/null +++ b/.npmrc @@ -0,0 +1,5 @@ +# npm china +# registry=https://mirrors.cloud.tencent.com/npm/ + +# publish +registry=https://registry.npmjs.org/ \ No newline at end of file diff --git a/package.json b/package.json index e2f343e..b633257 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@holy-two/vite-plugin-alias", "private": false, - "version": "0.0.1-beta-1", + "version": "0.0.1-beta", "type": "module", "license": "Apache-2.0", "main": "./dist/index.cjs", @@ -25,12 +25,12 @@ "node": ">=18.x" }, "bugs": { - "url": "https://github.com/holy-two/vite-plugin-alias#readme" + "url": "https://github.com/holy-two/vite-plugin-alias/issues" }, "homepage": "https://github.com/holy-two/vite-plugin-alias#readme", "repository": { "type": "git", - "url": "https://github.com/holy-two/vite-plugin-alias#readme" + "url": "https://github.com/holy-two/vite-plugin-alias" }, "devDependencies": { "typescript": "^5.3.3",