Skip to content

Commit 4f9554d

Browse files
committed
Update .npmignore
1 parent 18ca1e7 commit 4f9554d

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ CONTRIBUTING.md
1717
test-report.xml
1818
.quokka
1919
migrations/
20+
docs/
21+
wallaby.js

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
```sh
4343
# v4 of sqlite is targted for nodejs 10 and on.
44-
$ npm install [email protected].0 --save
44+
$ npm install [email protected].1 --save
4545

4646
# If you need a legacy version for an older version of nodejs
4747
# install v3 instead, and look at the v3 branch readme for usage details

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sqlite",
3-
"version": "4.0.0-beta.0",
3+
"version": "4.0.0-beta.1",
44
"description": "SQLite client for Node.js applications with SQL-based migrations API written in Typescript",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)