fix(package): update main and types targets
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "@valkyr/db",
|
"name": "@valkyr/db",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0-rc1",
|
||||||
"description": "Simple client side storage solution written in TypeScript.",
|
"description": "Simple client side storage solution written in TypeScript.",
|
||||||
"repository": "https://github.com/cmdo/valkyr.git",
|
"repository": "https://github.com/cmdo/valkyr.git",
|
||||||
"bugs": "https://github.com/cmdo/valkyr/issues",
|
"bugs": "https://github.com/cmdo/valkyr/issues",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./src/index.ts",
|
"main": "./dist/index.js",
|
||||||
"types": "./src/index.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user