diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json index 5a2d286..e13adf9 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -44,5 +44,9 @@ "rimraf": "^3.0.2", "ts-node": "^10.9.1", "typescript": "^4.8.4" - } + }, + "files": [ + "README.md", + "dist" + ] } diff --git a/tsconfig.json b/tsconfig.json index b76e27c..f341ab4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -28,6 +28,7 @@ ] }, "include": [ - "src/" + "src/", + "test/" ] } \ No newline at end of file