summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-06-09 13:00:41 +0300
committerYuval Adam <_@yuv.al>2018-06-09 13:00:41 +0300
commit809193f5f85a65a2d44125b03f9df3eacb445bb2 (patch)
treeed7c2aa6ab752e787ae5706499bc1b3b4d8d01df /package.json
parentb219447370ee7efa97e84ea2261ffb20ab28672d (diff)
Add netmask dependency
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index c50f27b..4f0b339 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,7 @@
"build": "node build/build.js"
},
"dependencies": {
+ "netmask": "^1.0.6",
"vue": "^2.5.2"
},
"devDependencies": {