Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 17, 2023
1 parent 317c2d4 commit 3ae921b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typescript-esbuild",
"version": "0.1.13",
"private": false,
"private": "false",
"description": "🌀 Builds all JavaScript files from TypeScript within a given folder using esbuild.",
"keywords": [
"javascript",
Expand All @@ -17,6 +17,11 @@
"url": "git+https://github.com/NikolaRHristov/TypeScriptESBuild.git"
},
"license": "MIT",
"author": {
"name": "Nikola Hristov",
"email": "nikola@nikolahristov.tech",
"url": "https://nikolahristov.tech"
},
"type": "module",
"main": "./Target/Index.js",
"types": "./Target/Index.d.ts",
Expand Down

0 comments on commit 3ae921b

Please sign in to comment.