vue-image-crop-upload
Advanced tools
Comparing version 2.0.5 to 2.0.6
module.exports = { | ||
"env": { | ||
"browser": true, | ||
"commonjs": true, | ||
"es6": true | ||
}, | ||
"extends": "eslint:recommended", | ||
"parserOptions": { | ||
"sourceType": "module" | ||
}, | ||
"rules": { | ||
"indent": [ | ||
"error", | ||
"tab" | ||
], | ||
"linebreak-style": [ | ||
"error", | ||
"windows" | ||
], | ||
"quotes": [ | ||
"error", | ||
"single" | ||
], | ||
"semi": [ | ||
"error", | ||
"always" | ||
] | ||
} | ||
}; | ||
"parser": "babel-eslint", | ||
"parserOptions": { | ||
"sourceType": "module", | ||
"allowImportExportEverywhere": false, | ||
"codeFrame": false | ||
}, | ||
"env": { | ||
"browser": true, | ||
"commonjs": true, | ||
"es6": true | ||
}, | ||
"extends": "eslint:recommended", | ||
"rules": { | ||
"indent": [ | ||
"error", | ||
"tab" | ||
], | ||
"linebreak-style": [ | ||
"error", | ||
"windows" | ||
], | ||
"quotes": [ | ||
"error", | ||
"single" | ||
], | ||
"semi": [ | ||
"error", | ||
"always" | ||
] | ||
} | ||
}; |
{ | ||
"name": "vue-image-crop-upload", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "a vue plgin for image upload and crop(vue图片剪裁上传插件)", | ||
@@ -39,2 +39,3 @@ "main": "upload-2.vue", | ||
"babel-core": "^6.17.0", | ||
"babel-eslint": "^8.0.0", | ||
"babel-loader": "^6.2.5", | ||
@@ -49,2 +50,3 @@ "babel-plugin-transform-runtime": "^6.15.0", | ||
"css-loader": "^0.23.1", | ||
"eslint": "^4.6.1", | ||
"gulp": "^3.8.8", | ||
@@ -51,0 +53,0 @@ "gulp-autoprefixer": "^3.1.1", |
@@ -163,3 +163,3 @@ export default { | ||
preview:'Vista previa', | ||
bnt:{ | ||
btn:{ | ||
off:'Cancelar', | ||
@@ -166,0 +166,0 @@ close:'Cerrar', |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39768
1693781
36