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",
|
"version": "0.0.71",
|
||||||
"registry": "https://registry.npmjs.org/",
|
"registry": "https://registry.npmjs.org/",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public",
|
||||||
|
"directory": "dist"
|
||||||
},
|
},
|
||||||
"npmClient": "yarn",
|
"npmClient": "yarn",
|
||||||
"useWorkspaces": true
|
"useWorkspaces": true
|
||||||
}
|
}
|
|
@ -11,10 +11,6 @@
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"files": [
|
|
||||||
"dist",
|
|
||||||
"dist/*"
|
|
||||||
],
|
|
||||||
"main": "./dist/cjs/index.js",
|
"main": "./dist/cjs/index.js",
|
||||||
"module": "./dist/esm/index.js",
|
"module": "./dist/esm/index.js",
|
||||||
"types": "./dist/types/index.d.ts",
|
"types": "./dist/types/index.d.ts",
|
||||||
|
@ -60,4 +56,4 @@
|
||||||
"react-use-gesture": "^9.1.3"
|
"react-use-gesture": "^9.1.3"
|
||||||
},
|
},
|
||||||
"gitHead": "39b8751b65706ba1bfd3a03a01e4e676f56a54ea"
|
"gitHead": "39b8751b65706ba1bfd3a03a01e4e676f56a54ea"
|
||||||
}
|
}
|
|
@ -11,9 +11,6 @@
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"files": [
|
|
||||||
"dist"
|
|
||||||
],
|
|
||||||
"main": "./dist/cjs/index.js",
|
"main": "./dist/cjs/index.js",
|
||||||
"module": "./dist/esm/index.js",
|
"module": "./dist/esm/index.js",
|
||||||
"types": "./dist/types/index.d.ts",
|
"types": "./dist/types/index.d.ts",
|
||||||
|
@ -70,4 +67,4 @@
|
||||||
"rko": "^0.5.20"
|
"rko": "^0.5.20"
|
||||||
},
|
},
|
||||||
"gitHead": "39b8751b65706ba1bfd3a03a01e4e676f56a54ea"
|
"gitHead": "39b8751b65706ba1bfd3a03a01e4e676f56a54ea"
|
||||||
}
|
}
|
Loading…
Reference in a new issue