diff --git a/.gitignore b/.gitignore index b37561d9..51cf8867 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ sqlite-src/ tmp/ c/ emsdk/ +sqljs.zip diff --git a/.npmignore b/.npmignore index ab5f7a07..a20795e7 100644 --- a/.npmignore +++ b/.npmignore @@ -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 diff --git a/dist/.gitignore b/dist/.gitignore index 5e7d2734..582509f0 100644 --- a/dist/.gitignore +++ b/dist/.gitignore @@ -2,3 +2,4 @@ * # Except this file !.gitignore +!.npmignore \ No newline at end of file diff --git a/dist/.npmignore b/dist/.npmignore new file mode 100644 index 00000000..3e4e48b0 --- /dev/null +++ b/dist/.npmignore @@ -0,0 +1 @@ +.gitignore \ No newline at end of file diff --git a/package.json b/package.json index 34cf12c7..4adc3a4b 100644 --- a/package.json +++ b/package.json @@ -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",