Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scespinoza committed Oct 18, 2024
1 parent 875dc21 commit 21fc437
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "@datawheel/data-explorer",
"version": "0.2.12",
"version": "0.3.0",
"exports": {
".": {
"import": "./dist/main.js"
}
},
"files": ["dist", "README.md"],
"files": [
"dist",
"README.md"
],
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsup",
Expand Down Expand Up @@ -71,4 +74,4 @@
"vite": "^5.0.0",
"wrangler": "^3.59.0"
}
}
}

0 comments on commit 21fc437

Please sign in to comment.