Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mojoaxel committed May 16, 2018
1 parent e8adcee commit 1d0164f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
@@ -1,12 +1,11 @@
{
"name": "bootstrap-select-country",
"version": "1.0.0",
"version": "1.0.1",
"description": "A jQuery plugin that utilizes Bootstrap's dropdown.js and bootstrap-select to provide country data and styling to standard select elements.",
"main": "js/countrypicker.js",
"scripts": {
"watch": "reload --browser",
"build": "uglifyjs js/countrypicker.js --output js/countrypicker.min.js",

"start": "npm run build && npm run watch",
"version": "npm run build"
},
Expand Down

0 comments on commit 1d0164f

Please sign in to comment.