Skip to content

Commit

Permalink
Whitelist files
Browse files Browse the repository at this point in the history
  • Loading branch information
jorangreef committed Nov 6, 2018
1 parent f7d8e52 commit 4bba530
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
"version": "2.4.0",
"description": "Fast, robust Base64 encoder/decoder for Buffers in C++. Ignores whitespace. Detects corruption and truncation. Ships with extensive tests, a fuzz test and a benchmark.",
"main": "index.js",
"files": [
"benchmark.js",
"binding.cc",
"binding.gyp",
"fast-slow.js",
"index.js",
"test.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ronomon/base64.git"
Expand Down

0 comments on commit 4bba530

Please sign in to comment.