choices.js
Advanced tools
Comparing version 7.0.4 to 7.0.6
{ | ||
"name": "choices.js", | ||
"version": "7.0.4", | ||
"version": "7.0.6", | ||
"description": "A vanilla JS customisable text input/select box plugin", | ||
@@ -24,3 +24,3 @@ "main": "./public/assets/scripts/choices.min.js", | ||
"css:sass": "node-sass --output-style expanded --include-path scss src/styles/base.scss public/assets/styles/base.css && node-sass --output-style expanded --include-path scss src/styles/choices.scss public/assets/styles/choices.css", | ||
"css:prefix": "postcss --use autoprefixer -b 'last 2 versions' public/assets/styles/*.css -d public/assets/styles", | ||
"css:prefix": "postcss public/assets/styles/*.css --use autoprefixer --no-map --env prod --dir public/assets/styles", | ||
"css:min": "csso public/assets/styles/base.css public/assets/styles/base.min.css && csso public/assets/styles/choices.css public/assets/styles/choices.min.css", | ||
@@ -65,3 +65,3 @@ "deploy": "git subtree push --prefix public origin gh-pages", | ||
"@babel/register": "^7.0.0", | ||
"autoprefixer": "^6.3.3", | ||
"autoprefixer": "^9.6.5", | ||
"babel-loader": "^8.0.5", | ||
@@ -88,3 +88,3 @@ "bundlesize": "^0.18.0", | ||
"opn": "^5.4.0", | ||
"postcss-cli": "^2.5.1", | ||
"postcss-cli": "^6.1.3", | ||
"prettier": "^1.16.4", | ||
@@ -91,0 +91,0 @@ "sinon": "^7.5.0", |
@@ -1,2 +0,2 @@ | ||
# Choices.js ![Build Status](https://travis-ci.org/jshjohnson/Choices.svg?branch=master) [![](https://data.jsdelivr.com/v1/package/npm/choices.js/badge?style=rounded)](https://www.jsdelivr.com/package/npm/choices.js) [![npm](https://img.shields.io/npm/v/choices.js.svg)](https://www.npmjs.com/package/choices.js) [![codebeat badge](https://codebeat.co/badges/55120150-5866-42d8-8010-6aaaff5d3fa1)](https://codebeat.co/projects/github-com-jshjohnson-choices-master) | ||
# Choices.js [![Actions Status](https://github.com/jshjohnson/Choices/workflows/Unit%20Tests/badge.svg)](https://github.com/jshjohnson/Choices/actions) [![npm](https://img.shields.io/npm/v/choices.js.svg)](https://www.npmjs.com/package/choices.js) [![codebeat badge](https://codebeat.co/badges/55120150-5866-42d8-8010-6aaaff5d3fa1)](https://codebeat.co/projects/github-com-jshjohnson-choices-master) | ||
A vanilla, lightweight (~22kb gzipped 🎉), configurable select box/text input plugin. Similar to Select2 and Selectize but without the jQuery dependency. | ||
@@ -3,0 +3,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
10659
508325