diff --git a/package.json b/package.json index 9896105..c69eaca 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,15 @@ { "name": "tap-sdk-js", - "version": "1.0.0", + "version": "1.0.1", "description": "", "scripts": { "build": "tsc", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", "prepublishOnly": "tsc" }, - "files": "dist", + "files": [ + "dist" + ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": {