Skip to content

Commit

Permalink
Merge pull request #115 from docknetwork/npm-readme-fix
Browse files Browse the repository at this point in the history
Copy readme to npm source
  • Loading branch information
cykoder authored May 22, 2020
2 parents 240155d + 3c0b3ac commit f4fb33b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- run: yarn install --frozen-lockfile --ignore-scripts
- run: yarn build
- run: cp -rf package.json dist
- run: cp -rf README.md dist
- run: cp -rf src/types.json dist
- run: cd dist && npm publish --access public
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docknetwork/sdk",
"version": "0.0.6",
"version": "0.0.7",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit f4fb33b

Please sign in to comment.