Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spa5k committed Jul 1, 2024
1 parent 98a2069 commit 7e5157b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esbuild-typescript-library-template",
"version": "3.0.1",
"version": "3.0.2",
"description": "Typescript Esbuild Library Template",
"keywords": [
"cjs",
Expand All @@ -24,7 +24,9 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "cross-env NODE_ENV=production tsup-node",
"build:dev": " cross-env NODE_ENV=development tsup-node",
Expand Down

0 comments on commit 7e5157b

Please sign in to comment.