Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 0fba4a9

Browse files
committed
Package.json and readme
1 parent 16efe8f commit 0fba4a9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ WebViewer comes with a 7-day trial without any feature limitations or trial key
2929

3030
Before you begin, make sure your development environment includes [Node.js](https://nodejs.org/en/).
3131

32+
This sample requires Node version 18.0.0 or higher. To check your version, run `node -v` in a terminal/console window.
33+
3234
## Install
3335

3436
```

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "update-react-sample",
3-
"version": "0.1.0",
2+
"name": "webviewer-react-sample",
3+
"version": "1.0.0",
44
"private": true,
55
"dependencies": {
66
"@pdftron/webviewer": "^10.0.0",
@@ -36,5 +36,8 @@
3636
"last 1 firefox version",
3737
"last 1 safari version"
3838
]
39+
},
40+
"devDependencies": {
41+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
3942
}
4043
}

0 commit comments

Comments
 (0)