diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 1ca0009..b8437b3 100644 --- a/package.json +++ b/package.json @@ -42,5 +42,8 @@ "build": "npm run build-browser && npm run build-standalone", "test": "mocha src/test.js --compilers js:babel-core/register", "check": "eslint ./src/index.js" + }, + "dependencies": { + "safe-buffer": "^5.1.1" } } |