Skip to content

Commit

Permalink
Install @wry/equality in devDependencies, for use in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Sep 15, 2021
1 parent 8a47f3c commit 7942d8a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.1",
"@wry/equality": "^0.5.2",
"mocha": "^9.1.1",
"reify": "^0.20.12",
"rimraf": "^3.0.2",
Expand Down
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const globals = {
tslib: "tslib",
assert: "assert",
crypto: "crypto",
"@wry/equality": "wryEquality",
"@wry/context": "wryContext",
"@wry/trie": "wryTrie",
};
Expand Down

0 comments on commit 7942d8a

Please sign in to comment.