@ttskch/select2-bootstrap4-theme
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "@ttskch/select2-bootstrap4-theme", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Select2 v4 theme for Bootstrap4", | ||
@@ -8,4 +8,4 @@ "main": "", | ||
"scripts": { | ||
"build": "webpack --config webpack.config.js", | ||
"build:prod": "NODE_ENV=production webpack --config webpack.config.js", | ||
"build": "webpack --config webpack.config.js --mode development", | ||
"build:prod": "NODE_ENV=production webpack --config webpack.config.js --mode production", | ||
"build:both": "npm run build && npm run build:prod", | ||
@@ -48,3 +48,7 @@ "prepare": "ln -sf ../dist/select2-bootstrap4.css docs/", | ||
}, | ||
"jsdelivr": "dist/select2-bootstrap4.min.css" | ||
"jsdelivr": "dist/select2-bootstrap4.min.css", | ||
"browserslist": [ | ||
"last 2 versions", | ||
"ios >= 9" | ||
] | ||
} |
@@ -47,3 +47,3 @@ const path = require('path'); | ||
require('precss'), // bootstrap4 requires this | ||
require('autoprefixer')({ browsers: ['last 2 versions'] }), | ||
require('autoprefixer'), | ||
]; | ||
@@ -50,0 +50,0 @@ if (isProd) { |
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
28473