Skip to content

Commit

Permalink
Update .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
theogravity committed Mar 22, 2020
1 parent 18ca1e7 commit 4f9554d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ CONTRIBUTING.md
test-report.xml
.quokka
migrations/
docs/
wallaby.js
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

```sh
# v4 of sqlite is targted for nodejs 10 and on.
$ npm install sqlite@4.0.0-beta.0 --save
$ npm install sqlite@4.0.0-beta.1 --save

# If you need a legacy version for an older version of nodejs
# install v3 instead, and look at the v3 branch readme for usage details
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqlite",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"description": "SQLite client for Node.js applications with SQL-based migrations API written in Typescript",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 4f9554d

Please # to comment.