Skip to content

Commit 80a88a9

Browse files
committed
Fix npm publishing
1 parent 8d2d1a3 commit 80a88a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ibm-cloud/secrets-manager",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Client library for IBM Cloud Secrets Manager",
55
"repository": {
66
"type": "git",
@@ -27,7 +27,7 @@
2727
"build": "tsc",
2828
"prepublishOnly": "npm run build",
2929
"postversion": "tsc-publish --no-checks --dry-run",
30-
"publishDist": "cp package.json dist/ && cd dist && npm publish --access public"
30+
"publishDist": "cp {package.json,readme.md} dist/ && cd dist && npm publish --access public"
3131
},
3232
"license": "Apache-2.0",
3333
"engines": {
@@ -65,4 +65,4 @@
6565
],
6666
"testEnvironment": "node"
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)