Skip to content

Commit f61129f

Browse files
committed
Fix gitignore and npmignore
1 parent c9c8bf7 commit f61129f

File tree

5 files changed

+14
-1
lines changed

5 files changed

+14
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ sqlite-src/
88
tmp/
99
c/
1010
emsdk/
11+
sqljs.zip

.npmignore

+10
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,14 @@ c/
33
gh-pages/
44
node_modules/
55
node-debug.log
6+
src/
7+
cache/
8+
out/
9+
examples/
10+
sqlite-src/
611
.git/
12+
index.html
13+
.github
14+
Makefile
15+
emsdk_set_env.sh
16+
sqljs.zip

dist/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
*
33
# Except this file
44
!.gitignore
5+
!.npmignore

dist/.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.gitignore

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sql.js",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).",
55
"keywords": [
66
"sql",

0 commit comments

Comments
 (0)