Adds publishConfig
This commit is contained in:
parent
cb40cfd98d
commit
84f57601f5
3 changed files with 5 additions and 11 deletions
|
@ -2,8 +2,9 @@
|
|||
"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",
|
||||
|
@ -60,4 +56,4 @@
|
|||
"react-use-gesture": "^9.1.3"
|
||||
},
|
||||
"gitHead": "39b8751b65706ba1bfd3a03a01e4e676f56a54ea"
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
@ -70,4 +67,4 @@
|
|||
"rko": "^0.5.20"
|
||||
},
|
||||
"gitHead": "39b8751b65706ba1bfd3a03a01e4e676f56a54ea"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue