diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-07-30 17:28:52 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-07-30 17:28:52 +0300 |
commit | 01c12d7abc2a22801818bf2b4ee613f876736888 (patch) | |
tree | 669c12b0a92289c1ecb1f603c747c71656fb9dbd | |
parent | 63e3f6907ae100decc87aa32b9684603150bc21e (diff) | |
download | wekan-01c12d7abc2a22801818bf2b4ee613f876736888.tar.gz wekan-01c12d7abc2a22801818bf2b4ee613f876736888.tar.bz2 wekan-01c12d7abc2a22801818bf2b4ee613f876736888.zip |
Add missing packages.
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 35aefca6..7073ed96 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,8 @@ "es6-promise": "^4.2.4", "meteor-node-stubs": "^0.4.1", "os": "^0.1.1", + "page": "^1.8.6", + "qs": "^6.5.2", "xss": "^1.0.3" } } |