Skip to content

Commit

Permalink
dev update
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Aug 31, 2019
1 parent 9918176 commit 95c8123
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-events",
"version": "0.8.2",
"version": "0.8.3",
"description": "Strongly-typed events in TypeScript, with monitored subscriptions.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@types/chai": "4.2.0",
"@types/chai-spies": "1.0.1",
"@types/mocha": "5.2.7",
"@types/node": "12.7.1",
"@types/node": "12.7.3",
"browserify": "16.5.0",
"chai": "4.2.0",
"chai-spies": "1.0.0",
Expand All @@ -54,8 +54,8 @@
"mocha-lcov-reporter": "1.3.0",
"nyc": "14.1.1",
"ts-node": "8.3.0",
"tslint": "5.18.0",
"tslint": "5.19.0",
"typedoc": "0.15.0",
"typescript": "3.5.3"
"typescript": "3.6.2"
}
}

0 comments on commit 95c8123

Please sign in to comment.