Skip to content

Commit

Permalink
Add version to example package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
carte7000 committed Sep 6, 2019
1 parent 3b42ce4 commit ede2a00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"name": "@tezos-ts/example",
"private": true,
"version": "4.0.0-alpha.3",
"scripts": {
"example:origination": "node -r ts-node/register --preserve-symlinks contract-origination.ts",
"example": "node -r ts-node/register --preserve-symlinks example-node.ts"
Expand Down

0 comments on commit ede2a00

Please sign in to comment.