Skip to content

Commit

Permalink
fix(package): Don’t ship the example, DO ship lib. Ugh.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengotow committed Nov 25, 2016
1 parent bc0e38a commit 6142e6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.DS_Store
/example
/node_modules
/docs/ast
/src
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-rxdb",
"version": "0.8.2",
"version": "0.8.3",
"description": "RxDB is a high-performance, observable object store built on top of SQLite & intended for database-driven Electron applications.",
"main": "lib/index.js",
"dependencies": {
Expand Down

0 comments on commit 6142e6e

Please sign in to comment.