diff --git a/package.json b/package.json index 4d0a02f..1bdc1dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pozible/signed-upload", - "version": "1.0.3", + "version": "1.0.4", "description": "Bootstrapped file upload.", "main": "index.js", "types": "index.d.ts", @@ -28,7 +28,6 @@ }, "scripts": { "build": "tsc --declaration", - "test": "mocha -r ts-node/register tests/**/*.test.ts", - "prepublish": "yarn build && cp package.json dist && cp README.md dist" + "test": "mocha -r ts-node/register tests/**/*.test.ts" } }