Skip to content

Commit

Permalink
fix publish from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
itsnotrisky committed Apr 8, 2020
1 parent 8ca61d1 commit 176589d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 176589d

Please sign in to comment.