vue-tel-input 5.9.0 → 5.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-tel-input",
3
- "version": "5.9.0",
3
+ "version": "5.11.0",
4
4
  "description": "International Telephone Input with Vue",
5
5
  "author": "Steven Dao <iamstevendao@gmail.com>",
6
6
  "license": "MIT",
@@ -11,8 +11,8 @@
11
11
  },
12
12
  "scripts": {
13
13
  "serve": "cd docs && npm run serve",
14
- "build": "vue-cli-service build --target lib src/index.js --dest dist",
15
- "build:modern": "MODERN=true vue-cli-service build --target lib src/index.js --dest dist-modern",
14
+ "build": "cp .browserslistrc.legacy .browserslistrc && vue-cli-service build --target lib src/index.js --dest dist",
15
+ "build:modern": "cp .browserslistrc.modern .browserslistrc && MODERN=true vue-cli-service build --target lib src/index.js --dest dist-modern",
16
16
  "docs:build": "cd docs && npm run build",
17
17
  "test:unit": "vue-cli-service test:unit",
18
18
  "lint": "vue-cli-service lint",