diff --git a/README.md b/README.md index 4f95d81..096f225 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/bower.json b/bower.json deleted file mode 100644 index 093a29f..0000000 --- a/bower.json +++ /dev/null @@ -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" - ] -} diff --git a/package.json b/package.json index e190137..6896f9d 100644 --- a/package.json +++ b/package.json @@ -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",