Skip to content

Commit

Permalink
publish: 0.0.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
RSS1102 committed Jan 30, 2024
1 parent 5bf79ec commit 071b191
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# npm china
# registry=https://mirrors.cloud.tencent.com/npm/

# publish
registry=https://registry.npmjs.org/
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 071b191

Please sign in to comment.