Skip to content

Commit

Permalink
Fix gitignore and npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Mar 11, 2020
1 parent c9c8bf7 commit f61129f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ sqlite-src/
tmp/
c/
emsdk/
sqljs.zip
10 changes: 10 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,14 @@ c/
gh-pages/
node_modules/
node-debug.log
src/
cache/
out/
examples/
sqlite-src/
.git/
index.html
.github
Makefile
emsdk_set_env.sh
sqljs.zip
1 change: 1 addition & 0 deletions dist/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*
# Except this file
!.gitignore
!.npmignore
1 change: 1 addition & 0 deletions dist/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.gitignore
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sql.js",
"version": "1.2.0",
"version": "1.2.1",
"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

0 comments on commit f61129f

Please sign in to comment.