diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-08-15 12:57:44 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-08-15 12:57:44 +0200 |
commit | 05e32fd8552c316c4d1d5b84bb565c31575a579d (patch) | |
tree | 7b3eaa9b3821c95a92e97494b47ee3c9aa0905e9 /package.json | |
parent | 88484a586d306b3cf989f83a7f77c4499ba74634 (diff) |
npmignore / package.json
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 28711f703..afa6f4e73 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,6 @@ "typedoc": "^0.14.2", "typescript": "^3.3.4000", "uglify-js": "^3.0.27", - "urijs": "^1.18.10", "vinyl": "^2.2.0", "vinyl-fs": "^3.0.3", "webpack": "^4.29.6", @@ -50,6 +49,7 @@ "axios": "^0.19.0", "commander": "^2.20.0", "idb-bridge": "^0.0.1", - "source-map-support": "^0.5.12" + "source-map-support": "^0.5.12", + "urijs": "^1.18.10" } } |