Skip to content

Commit

Permalink
Update package.json with new version and build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPlayz0 committed Dec 20, 2023
1 parent 8446046 commit d8715dd
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
{
"name": "@ashmwtech/dapir",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "An api wrapper",
"main": "build/index.js",
"source": "src/index.ts",
"exports": {
"require": "./build/index.cjs",
"import": "./build/index.modern.js"
},
"main": "./build/index.cjs",
"module": "./build/index.modern.js",
"unpkg": "./build/index.umd.js",
"publishConfig": {
"registry": "https://npm.pkg.github.com/@AshMWTech"
},
Expand All @@ -22,7 +29,7 @@
},
"scripts": {
"dev": "nodemon --swc --files src/index.ts",
"build": "microbundle -i src/index.ts"
"build": "microbundle"
},
"author": "DanPlayz0",
"license": "MIT"
Expand Down

0 comments on commit d8715dd

Please sign in to comment.