We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c4b3e commit 18ca1e7Copy full SHA for 18ca1e7
README.md
@@ -41,7 +41,7 @@
41
42
```sh
43
# v4 of sqlite is targted for nodejs 10 and on.
44
-$ npm install sqlite --save
+$ npm install sqlite@4.0.0-beta.0 --save
45
46
# If you need a legacy version for an older version of nodejs
47
# install v3 instead, and look at the v3 branch readme for usage details
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sqlite",
3
- "version": "4.0.0",
+ "version": "4.0.0-beta.0",
4
"description": "SQLite client for Node.js applications with SQL-based migrations API written in Typescript",
5
"main": "build/index.js",
6
"types": "build/index.d.ts",
0 commit comments