Skip to content

Commit

Permalink
feat: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Healy committed Apr 7, 2020
1 parent 2945447 commit 63dd12d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test:watch": "jest --config=jest.json --watch",
"daf": "./packages/daf-cli/bin/daf.js",
"build-clean": "rimraf ./packages/*/build ./packages/*/node_modules ./packages/*/tsconfig.tsbuildinfo",
"publish-beta": "npx lerna publish --canary premajor --preid beta --pre-dist-tag beta"
"publish-beta": "yarn build && npx lerna publish --canary premajor --preid beta --pre-dist-tag beta"
},
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/daf-core/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DID Agent Framework Core

### Core functions -
### Core functions

- Validates messages
- Handles actions
Expand Down

0 comments on commit 63dd12d

Please sign in to comment.