Skip to content

Commit

Permalink
chore: package.json 修改
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyi17 committed Dec 27, 2023
1 parent 9843208 commit 45b0074
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"name": "@pvjs/js-monitor-sdk",
"version": "0.0.1",
"author": "",
"browserslist": [
"last 1 version",
"> 1%",
"not dead"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
Expand Down Expand Up @@ -100,7 +106,6 @@
},
"main": "dist/js-monitor-sdk.umd.js",
"module": "dist/js-monitor-sdk-polyfill.esm.js",
"name": "@pvjs/js-monitor-sdk",
"prettier": {
"semi": true,
"singleQuote": true
Expand All @@ -112,7 +117,7 @@
},
"repository": {
"type": "git",
"url": ""
"url": "git@github.com:yiyi17/js-monitor-sdk.git"
},
"scripts": {
"autopublish": "autopublish",
Expand All @@ -139,6 +144,6 @@
"test:watch": "jest --coverage --watch",
"travis-deploy-once": "travis-deploy-once"
},
"typings": "dist/types/packages/index.d.ts",
"version": "0.0.1"
"typings": "dist/types/packages/index.d.ts"

}

0 comments on commit 45b0074

Please sign in to comment.