Skip to content

Commit a752eb0

Browse files
committed
Remove unnecessary dependency
1 parent 13cb4f5 commit a752eb0

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

package-lock.json

Lines changed: 1 addition & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "encrypted-attr",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Encrypted model attributes in your favourite ORM.",
55
"author": "Simon Ratner (https://github.com/simonratner)",
66
"keywords": [
@@ -12,7 +12,6 @@
1212
"orm"
1313
],
1414
"dependencies": {
15-
"es6-error": "^4.0.2",
1615
"lodash": "^4.17.4",
1716
"node-aes-gcm": "^0.2.2"
1817
},

0 commit comments

Comments
 (0)