Skip to content

Commit

Permalink
version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kostysh committed Feb 3, 2021
1 parent 45900fe commit 697e705
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Expand Up @@ -29,6 +29,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm i
- run: npm run build
- run: echo $PWD && echo $GITHUB_WORKSPACE && npm publish --access public
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
4 changes: 3 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@windingtree/org.id-directories",
"version": "0.29.11",
"version": "0.3.0",
"description": "Directory and DirectoryIndex smart contracts of the Winding Tree protocol",
"scripts": {
"test": "scripts/test.sh",
Expand Down Expand Up @@ -33,7 +33,9 @@
],
"main": "index.js",
"files": [
".openzeppelin",
"build",
"contracts",
"index.js"
],
"author": "Winding Tree Developers <dev@windingtree.com>",
Expand Down

0 comments on commit 697e705

Please sign in to comment.