Skip to content

Commit

Permalink
Reduce payload size
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Jun 21, 2021
1 parent 79af0f2 commit 40d2e70
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/.idea
/node_modules
/package-lock.json
/test/*
!/test/*.js
!/test/brng-encrypted.txt
!/test/nacl-encrypted.txt
!/test/fips-encrypted.txt
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/.github
/docs
/node_modules
/test/*
!/test/*.js
!/test/brng-encrypted.txt
!/test/nacl-encrypted.txt
!/test/fips-encrypted.txt
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ciphersweet-js",
"version": "2.0.0",
"version": "2.0.1",
"description": "Searchable encryption for Node.js projects",
"repository": "https://github.com/paragonie/ciphersweet-js",
"main": "index.js",
Expand Down

0 comments on commit 40d2e70

Please sign in to comment.