diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-03 22:29:00 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-04 10:56:52 +0100 |
commit | a498b72dec99a3ef8a0e9a15caa0afe3af245176 (patch) | |
tree | a901dcf413b6093179d7b54f89940ca08bacbcb2 /package-lock.json | |
parent | a242ec695aca6054b63a3e48faf876bfd051292e (diff) | |
download | nextcloud-server-a498b72dec99a3ef8a0e9a15caa0afe3af245176.tar.gz nextcloud-server-a498b72dec99a3ef8a0e9a15caa0afe3af245176.zip |
Move the contactsmenu handlebars templates to the bundle
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/package-lock.json b/package-lock.json index 4b4c385cf1d..a4c3fc23426 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1282,7 +1282,7 @@ }, "async": { "version": "1.5.2", - "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", + "resolved": "http://registry.npmjs.org/async/-/async-1.5.2.tgz", "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=" }, "async-each": { @@ -3383,6 +3383,37 @@ } } }, + "handlebars-loader": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/handlebars-loader/-/handlebars-loader-1.7.1.tgz", + "integrity": "sha512-Q+Z/hDPQzU8ZTlVnAe/0T1LHABlyhL7opNcSKcQDhmUXK2ByGTqib1Z2Tfv4Ic50WqDcLFWQcOb3mhjcBRbscQ==", + "dev": true, + "requires": { + "async": "~0.2.10", + "fastparse": "^1.0.0", + "loader-utils": "1.0.x", + "object-assign": "^4.1.0" + }, + "dependencies": { + "async": { + "version": "0.2.10", + "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz", + "integrity": "sha1-trvgsGdLnXGXCMo43owjfLUmw9E=", + "dev": true + }, + "loader-utils": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.0.4.tgz", + "integrity": "sha1-E/Vhl/FSOjBYkSSLTHJEVAhIQmw=", + "dev": true, + "requires": { + "big.js": "^3.1.3", + "emojis-list": "^2.0.0", + "json5": "^0.5.0" + } + } + } + }, "has": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", |