Version 2.2.1

This commit is contained in:
Josh Johnson 2016-09-30 13:53:02 +01:00
parent 0ac9f29639
commit 5dfb539ab1
2 changed files with 6 additions and 6 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "choices.js",
"version": "2.2.0",
"version": "2.2.1",
"description": "A vanilla JS customisable text input/select box plugin",
"main": "./assets/scripts/dist/choices.min.js",
"scripts": {
@ -37,7 +37,7 @@
"eslint-config-airbnb": "^10.0.1",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.1.0",
"jasmine-core": "2.4.1",
"karma": "^1.1.0",
@ -60,7 +60,7 @@
},
"dependencies": {
"redux": "^3.3.1",
"fuse.js": "^2.2.0"
"fuse.js": "^2.2.1"
},
"npmName": "choices.js",
"npmFileMap": [{