Skip to content

Commit

Permalink
v 0.17.1
Browse files Browse the repository at this point in the history
Revert to symlinked node_modules (works with Node 18, see nodejs/node#42244).
Add missing peer deps.
  • Loading branch information
tstewart-klaudhaus committed Mar 7, 2022
1 parent c836397 commit 5acca24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metaliq",
"version": "0.17.0",
"version": "0.17.1",
"type": "module",
"main": "lib/meta.js",
"types": "lib/meta.d.ts",
Expand All @@ -21,11 +21,12 @@
"@types/mime-types": "^2.1.1",
"@types/node": "^16.10.3",
"@typescript-eslint/eslint-plugin": "4",
"@typescript-eslint/parser": "^4.0.0",
"eslint": "7",
"eslint-config-standard-with-typescript": "^20.0.0",
"eslint-config-standard-with-typescript": "^21.0.1",
"eslint-plugin-import": "2",
"eslint-plugin-node": "11",
"eslint-plugin-promise": "4",
"eslint-plugin-promise": "5",
"lit": "^2.1.3",
"typescript": "^4.3.5"
},
Expand All @@ -34,6 +35,8 @@
"lit": "^2.1.3"
},
"dependencies": {
"@firebase/app-compat": "^0.1.19",
"@firebase/app-types": "^0.7.0",
"@lit-labs/ssr": "^1.0.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
Expand Down

0 comments on commit 5acca24

Please sign in to comment.