Skip to content

Commit

Permalink
Resolve compiling problem (#532)
Browse files Browse the repository at this point in the history
* Specify exact fuse version

* 6.0.3

* Version 6.0.3
  • Loading branch information
jshjohnson authored Feb 26, 2019
1 parent 4d1c3cd commit 9bebf2e
Show file tree
Hide file tree
Showing 5 changed files with 605 additions and 559 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "choices.js",
"version": "6.0.2",
"version": "6.0.3",
"description": "A vanilla JS customisable text input/select box plugin",
"main": "./public/assets/scripts/choices.min.js",
"types": "./types/index.d.ts",
Expand Down Expand Up @@ -99,7 +99,7 @@
"classnames": "^2.2.6",
"custom-event-polyfill": "^0.3.0",
"deepmerge": "^2.2.1",
"fuse.js": "^3.4.2",
"fuse.js": "3.4.2",
"redux": "^3.3.1"
},
"npmName": "choices.js",
Expand Down
Loading

0 comments on commit 9bebf2e

Please sign in to comment.