Skip to content

Commit

Permalink
release 1.0.0 and npm whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmas committed Oct 18, 2022
1 parent 9910a32 commit f5450d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Empty file added .npmignore
Empty file.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sync-gdrive",
"version": "0.9.5",
"version": "1.0.0",
"description": "Module to synchronise a file or directory in Google Drive with the local file system",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -44,5 +44,9 @@
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
}
},
"files": [
"README.md",
"dist"
]
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
]
},
"include": [
"src/"
"src/",
"test/"
]
}

0 comments on commit f5450d4

Please sign in to comment.