Skip to content

Commit

Permalink
fix: npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
emi190396 committed Sep 28, 2020
1 parent 5fa9571 commit ad57c6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
**
!dist/index.js
!dist/index.d.ts
!dist/src/index.js
!dist/src/index.d.ts
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@gluecode-it/google-cloud-vm-handler",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"main": "dist/src/index.js",
"devDependencies": {
"@babel/core": "7.11.6",
"@babel/preset-env": "7.11.5",
Expand Down

0 comments on commit ad57c6c

Please sign in to comment.