Install Select2 via npm
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
d0cfa7b91c
commit
0a547c94ff
5 changed files with 10 additions and 9 deletions
BIN
core/js/dist/main.js
vendored
BIN
core/js/dist/main.js
vendored
Binary file not shown.
BIN
core/js/dist/main.js.map
vendored
BIN
core/js/dist/main.js.map
vendored
Binary file not shown.
|
@ -83,8 +83,8 @@ import jstimezonedetect from 'jstimezonedetect'
|
|||
import marked from 'marked'
|
||||
import md5 from 'blueimp-md5'
|
||||
import moment from 'moment'
|
||||
import 'Select2'
|
||||
import 'Select2/select2.css'
|
||||
import 'select2'
|
||||
import 'select2/select2.css'
|
||||
import 'snap.js/dist/snap'
|
||||
import 'strengthify'
|
||||
import 'strengthify/strengthify.css'
|
||||
|
|
13
package-lock.json
generated
13
package-lock.json
generated
|
@ -1344,10 +1344,6 @@
|
|||
"integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==",
|
||||
"dev": true
|
||||
},
|
||||
"Select2": {
|
||||
"version": "git+https://github.com/select2/select2.git#b5f3b2839c48c53f9641d6bb1bccafc5260c7620",
|
||||
"from": "git+https://github.com/select2/select2.git#3.4.8"
|
||||
},
|
||||
"abbrev": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
|
||||
|
@ -5678,7 +5674,7 @@
|
|||
},
|
||||
"minimist": {
|
||||
"version": "0.0.8",
|
||||
"resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
|
||||
"resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
|
||||
"integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0="
|
||||
},
|
||||
"mississippi": {
|
||||
|
@ -7469,6 +7465,11 @@
|
|||
"resolved": "https://registry.npmjs.org/select/-/select-1.1.2.tgz",
|
||||
"integrity": "sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0="
|
||||
},
|
||||
"select2": {
|
||||
"version": "3.5.1",
|
||||
"resolved": "https://registry.npmjs.org/select2/-/select2-3.5.1.tgz",
|
||||
"integrity": "sha1-8oGUibvGX9bTKL5yu+K5XdfofP4="
|
||||
},
|
||||
"semver": {
|
||||
"version": "5.6.0",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-5.6.0.tgz",
|
||||
|
@ -9305,7 +9306,7 @@
|
|||
},
|
||||
"wrap-ansi": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
|
||||
"resolved": "http://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
|
||||
"integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"dependencies": {
|
||||
"@babel/polyfill": "^7.4.4",
|
||||
"@chenfengyuan/vue-qrcode": "^1.0.1",
|
||||
"Select2": "git+https://github.com/select2/select2.git#3.4.8",
|
||||
"select2": "3.5.1",
|
||||
"autosize": "^4.0.2",
|
||||
"backbone": "^1.4.0",
|
||||
"blueimp-md5": "^2.12.0",
|
||||
|
|
Loading…
Reference in a new issue