Skip to content

Commit

Permalink
WIP feat: add watch and get events by type (#27)
Browse files Browse the repository at this point in the history
* feat: add watch and get events by type

* test: add test for Events
  • Loading branch information
nachomazzara authored and menduz committed Aug 22, 2018
1 parent 466cd99 commit 490d3b1
Show file tree
Hide file tree
Showing 4 changed files with 460 additions and 1 deletion.
118 changes: 118 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prebuild": "npm run clean && npm run lint && tsc -p scripts/tsconfig.json && npm run contracts",
"build": "tsc -p src/tsconfig.json",
"fastbuild": "npm run clean && tsc -p tsconfig.json",
"test": "npm run build && tsc -p specs/tsconfig.json && mocha specs/**/*.spec.js",
"test": "npm run build && tsc -p specs/tsconfig.json && mocha specs/**/*.spec.js --exit",
"semantic-release": "semantic-release",
"commitmsg": "validate-commit-msg"
},
Expand Down Expand Up @@ -63,6 +63,7 @@
"prettier": "^1.8.2",
"rimraf": "^2.6.2",
"semantic-release": "^12.2.5",
"sinon": "^6.1.5",
"tslint": "^5.9.1",
"tslint-language-service": "^0.9.9",
"typescript": "^2.8.1",
Expand Down
Loading

0 comments on commit 490d3b1

Please sign in to comment.