Version 1.0.60

This commit is contained in:
Josh Johnson 2016-08-08 14:35:40 +01:00
parent 12dd5ef28d
commit 346ae7065a
2 changed files with 4 additions and 4 deletions

View file

@ -7,12 +7,12 @@
<meta name=description itemprop=description content="A lightweight, configurable select box/text input plugin. Similar to Select2 and Selectize but without the jQuery dependency."> <meta name=description itemprop=description content="A lightweight, configurable select box/text input plugin. Similar to Select2 and Selectize but without the jQuery dependency.">
<!-- Ignore these --> <!-- Ignore these -->
<link rel="stylesheet" href="assets/styles/css/base.min.css?version=1.0.59"> <link rel="stylesheet" href="assets/styles/css/base.min.css?version=1.0.6">
<script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/1.0.0/fetch.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/1.0.0/fetch.min.js"></script>
<!-- Choices includes --> <!-- Choices includes -->
<link rel="stylesheet" href="assets/styles/css/choices.min.css?version=1.0.59"> <link rel="stylesheet" href="assets/styles/css/choices.min.css?version=1.0.6">
<script src="assets/scripts/dist/choices.min.js?version=1.0.59"></script> <script src="assets/scripts/dist/choices.min.js?version=1.0.6"></script>
<!--[if lt IE 9]> <!--[if lt IE 9]>
<style> <style>

View file

@ -1,6 +1,6 @@
{ {
"name": "choices.js", "name": "choices.js",
"version": "1.0.59", "version": "1.0.6",
"description": "A vanilla JS customisable text input/select box plugin", "description": "A vanilla JS customisable text input/select box plugin",
"main": "./assets/scripts/dist/choices.min.js", "main": "./assets/scripts/dist/choices.min.js",
"scripts": { "scripts": {