fix(package): update main and types targets

This commit is contained in:
2023-10-20 08:44:39 +00:00
parent f51588d4d7
commit dab06707c9

View File

@@ -1,13 +1,13 @@
{
"name": "@valkyr/db",
"version": "1.0.0",
"version": "1.0.0-rc1",
"description": "Simple client side storage solution written in TypeScript.",
"repository": "https://github.com/cmdo/valkyr.git",
"bugs": "https://github.com/cmdo/valkyr/issues",
"license": "MIT",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],