Resolve compiling problem (#532)

* Specify exact fuse version

* 6.0.3

* Version 6.0.3
This commit is contained in:
Josh Johnson 2019-02-26 12:20:52 +00:00 committed by GitHub
parent 4d1c3cd2ae
commit 9bebf2e99e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 623 additions and 577 deletions

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "choices.js", "name": "choices.js",
"version": "6.0.2", "version": "6.0.3",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "choices.js", "name": "choices.js",
"version": "6.0.2", "version": "6.0.3",
"description": "A vanilla JS customisable text input/select box plugin", "description": "A vanilla JS customisable text input/select box plugin",
"main": "./public/assets/scripts/choices.min.js", "main": "./public/assets/scripts/choices.min.js",
"types": "./types/index.d.ts", "types": "./types/index.d.ts",
@ -99,7 +99,7 @@
"classnames": "^2.2.6", "classnames": "^2.2.6",
"custom-event-polyfill": "^0.3.0", "custom-event-polyfill": "^0.3.0",
"deepmerge": "^2.2.1", "deepmerge": "^2.2.1",
"fuse.js": "^3.4.2", "fuse.js": "3.4.2",
"redux": "^3.3.1" "redux": "^3.3.1"
}, },
"npmName": "choices.js", "npmName": "choices.js",

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -16,7 +16,7 @@
<meta name="theme-color" content="#ffffff"> <meta name="theme-color" content="#ffffff">
<!-- Ignore these --> <!-- Ignore these -->
<link rel="stylesheet" href="assets/styles/base.min.css?version=6.0.2"> <link rel="stylesheet" href="assets/styles/base.min.css?version=6.0.3">
<!-- End ignore these --> <!-- End ignore these -->
<!-- Optional includes --> <!-- Optional includes -->
@ -24,8 +24,8 @@
<!-- End optional includes --> <!-- End optional includes -->
<!-- Choices includes --> <!-- Choices includes -->
<link rel="stylesheet" href="assets/styles/choices.min.css?version=6.0.2"> <link rel="stylesheet" href="assets/styles/choices.min.css?version=6.0.3">
<script src="assets/scripts/choices.min.js?version=6.0.2"></script> <script src="assets/scripts/choices.min.js?version=6.0.3"></script>
<!-- End Choices includes --> <!-- End Choices includes -->
<!--[if lt IE 9]> <!--[if lt IE 9]>