Skip to content

Commit

Permalink
Fix rollup and add docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardsph committed Aug 16, 2024
1 parent 84255e1 commit d57ce7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ and `String.prototype.endsWith`.

## Node.js Support

Our JavaScript Client Libraries track Node.js [LTS
releases](https://nodejs.org/en/about/releases/), and support 18.x, 20.x, and 22.x.
See [Inrupt’s Javascript Client libraries documentation](https://docs.inrupt.com/developer-tools/javascript/client-libraries/#node-js-support).

# Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"@inrupt/internal-test-env": "^3.2.1",
"@inrupt/jest-jsdom-polyfills": "^3.2.1",
"@inrupt/solid-client-authn-node": "^2.2.4",
"@playwright/test": "^1.46.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typhonjs-typedoc/ts-lib-docs": "^2023.7.12",
"@playwright/test": "^1.46.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import pkg from "./package.json" assert { type: "json" };
import pkg from "./package.json" with { type: "json" };
import sharedConfig from "@inrupt/base-rollup-config";

const config = sharedConfig(pkg);
Expand Down

0 comments on commit d57ce7b

Please sign in to comment.