Skip to content

Commit

Permalink
last test go
Browse files Browse the repository at this point in the history
  • Loading branch information
RobMayer committed Aug 8, 2023
1 parent e18b865 commit 8a765df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "jsx-in-ttpg",
"license": "UNLICENSE",
"version": "1.0.0",
"version": "0.0.9",
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --no-splitting",
"clean": "rm -rf ./dist",
"lint": "tsc"
},
"files": [
"./dist"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 8a765df

Please sign in to comment.