Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Remove memwatch-next dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Oct 2, 2017
1 parent 8ddc507 commit e1befaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.2.1 - 10/02/2017

- Remove unintentional memwatch-next dependency

# 2.2.0 - 10/02/2017
- Fixed all Node v8 tests to ensure everything is working correctly [See #366]
- Raven now uses Prettier to format it's code [See #364]
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"raven",
"sentry"
],
"version": "2.2.0",
"version": "2.2.1",
"repository": "git://github.com/getsentry/raven-node.git",
"license": "BSD-2-Clause",
"homepage": "https://github.com/getsentry/raven-node",
Expand All @@ -32,7 +32,6 @@
"dependencies": {
"cookie": "0.3.1",
"lsmod": "1.0.0",
"memwatch-next": "^0.3.0",
"stack-trace": "0.0.9",
"timed-out": "4.0.1",
"uuid": "3.0.0"
Expand Down

0 comments on commit e1befaa

Please sign in to comment.