Adds publishConfig
This commit is contained in:
parent
cb40cfd98d
commit
84f57601f5
3 changed files with 5 additions and 11 deletions
|
@ -2,7 +2,8 @@
|
|||
"version": "0.0.71",
|
||||
"registry": "https://registry.npmjs.org/",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"access": "public",
|
||||
"directory": "dist"
|
||||
},
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true
|
||||
|
|
|
@ -11,10 +11,6 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"keywords": [],
|
||||
"files": [
|
||||
"dist",
|
||||
"dist/*"
|
||||
],
|
||||
"main": "./dist/cjs/index.js",
|
||||
"module": "./dist/esm/index.js",
|
||||
"types": "./dist/types/index.d.ts",
|
||||
|
|
|
@ -11,9 +11,6 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"keywords": [],
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"main": "./dist/cjs/index.js",
|
||||
"module": "./dist/esm/index.js",
|
||||
"types": "./dist/types/index.d.ts",
|
||||
|
|
Loading…
Reference in a new issue