Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed May 23, 2020
1 parent 751f164 commit d890afb
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 34 deletions.
76 changes: 44 additions & 32 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sql.js",
"version": "1.2.2",
"version": "1.3.0",
"description": "SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).",
"keywords": [
"sql",
Expand Down Expand Up @@ -43,7 +43,7 @@
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"jsdoc": "^3.6.3",
"jsdoc": "^3.6.4",
"node-fetch": "^2.6.0",
"puppeteer": "^2.1.1",
"test": ">=0.6"
Expand Down

0 comments on commit d890afb

Please sign in to comment.