Skip to content

Commit ebb6cd8

Browse files
committed
fix npm ignore
1 parent 29bbde1 commit ebb6cd8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
!dist
2+
src

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esbuild-node-tsc",
33
"description": "Build your Typescript Node.js projects using blazing fast esbuild",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"main": "./dist/index.js",
66
"bin": {
77
"esbuild-node-tsc": "./dist/index.js",

0 commit comments

Comments
 (0)