Merge pull request #3749 from Xotic750/Issue-3740

Fix: upgrade to v2.5.1 of v-click-outside-x for #3740
This commit is contained in:
Aresn 2018-05-30 09:28:26 +08:00 committed by GitHub
commit 32feec8163
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 3916 additions and 43482 deletions

View file

@ -1,7 +1,7 @@
sudo: required sudo: required
language: node_js language: node_js
node_js: node_js:
- '6' - '8'
script: script:
- 'npm run test' - 'npm run test'
before_script: before_script:

39095
dist/iview.js vendored

File diff suppressed because it is too large Load diff

1
dist/iview.js.map vendored

File diff suppressed because one or more lines are too long

26
dist/iview.min.js vendored

File diff suppressed because one or more lines are too long

BIN
dist/iview.min.js.gz vendored

Binary file not shown.

File diff suppressed because one or more lines are too long

6278
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -4,23 +4,14 @@
"title": "iView", "title": "iView",
"description": "A high quality UI components Library with Vue.js", "description": "A high quality UI components Library with Vue.js",
"homepage": "http://www.iviewui.com", "homepage": "http://www.iviewui.com",
"keywords": [ "keywords": ["iview", "vue", "vue.js", "component", "components", "ui", "framework"],
"iview",
"vue",
"vue.js",
"component",
"components",
"ui",
"framework"
],
"main": "dist/iview.js", "main": "dist/iview.js",
"files": [ "files": ["dist", "src"],
"dist",
"src"
],
"scripts": { "scripts": {
"dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js", "dev":
"dev:s": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --host 0.0.0.0 --config build/webpack.dev.config.js", "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js",
"dev:s":
"webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --host 0.0.0.0 --config build/webpack.dev.config.js",
"dist:style": "gulp --gulpfile build/build-style.js", "dist:style": "gulp --gulpfile build/build-style.js",
"dist:dev": "webpack --config build/webpack.dist.dev.config.js", "dist:dev": "webpack --config build/webpack.dist.dev.config.js",
"dist:prod": "webpack --config build/webpack.dist.prod.config.js", "dist:prod": "webpack --config build/webpack.dist.prod.config.js",
@ -48,7 +39,7 @@
"lodash.throttle": "^4.1.1", "lodash.throttle": "^4.1.1",
"popper.js": "^1.14.1", "popper.js": "^1.14.1",
"tinycolor2": "^1.4.1", "tinycolor2": "^1.4.1",
"v-click-outside-x": "^2.4.0" "v-click-outside-x": "^2.5.1"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^2.5.2" "vue": "^2.5.2"
@ -114,8 +105,9 @@
"webpack-merge": "^3.0.0" "webpack-merge": "^3.0.0"
}, },
"engines": { "engines": {
"node": ">= 6.0.0", "node": ">=8.9.1",
"npm": ">= 3.0.0" "npm": ">=5.5.1",
"yarn": ">=1.3.2"
}, },
"browserslist": [ "browserslist": [
"last 3 Chrome versions", "last 3 Chrome versions",

1753
yarn.lock

File diff suppressed because it is too large Load diff