remove bower add yarn

This commit is contained in:
Joshua Dorenkamp 2018-07-19 10:32:25 -04:00 committed by Josh Johnson
parent 8dedc6f1e0
commit 28da5683e5
3 changed files with 10 additions and 32 deletions

View file

@ -23,9 +23,9 @@ With [NPM](https://www.npmjs.com/package/choices.js):
npm install choices.js --save
```
With [Bower](https://bower.io/):
With [Yarn](https://yarnpkg.com/):
```zsh
bower install choices.js --save
yarn add choices.js
```
Or include Choices directly:

View file

@ -1,30 +0,0 @@
{
"name": "choices.js",
"version": "3.0.2",
"description": "A vanilla JS customisable text input/select box plugin",
"main": [
"./public/assets/scripts/choices.min.js",
"./public/assets/styles/choices.min.css"
],
"authors": [
"Josh Johnson"
],
"license": "MIT",
"homepage": "https://joshuajohnson.co.uk/Choices/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"cypress",
"tests"
],
"keywords": [
"customisable",
"input",
"select",
"vanilla",
"plugin",
"js"
]
}

View file

@ -31,6 +31,14 @@
"url": "https://github.com/jshjohnson/Choices/issues"
},
"homepage": "https://github.com/jshjohnson/Choices#readme",
"keywords": [
"customisable",
"input",
"select",
"vanilla",
"plugin",
"js"
],
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel-core": "^6.26.0",