Update to v2.3.0
dist/index.js
deleted
100644 → 0
This source diff could not be displayed because it is too large. You can view the blob instead.
dist/vue-quill-editor.js
0 → 100644
This diff is collapsed.
dist/vue-quill-editor.min.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
index.js
0 → 100644
{ | ||
"name": "vue-quill-editor", | ||
"version": "2.2.6", | ||
"description": "quill editor component for Vue2", | ||
"main": "./src/index.js", | ||
"version": "2.3.0", | ||
"description": "quill editor component for Vue", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "webpack --config ./webpack.config.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "cross-env NODE_ENV=production browserify -t vueify -e index.js -x vue -s VueQuillEditor -o dist/vue-quill-editor.js -d && uglifyjs dist/vue-quill-editor.js --source-map -o dist/vue-quill-editor.min.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -13,7 +13,9 @@ |
}, | ||
"keywords": [ | ||
"vue-quill-editor", | ||
"vue quill", | ||
"vue text editor", | ||
"vue rich text editor", | ||
"vue web editor", | ||
"vue editor" | ||
], | ||
... | ... | @@ -31,17 +33,12 @@ |
}, | ||
"homepage": "https://github.com/surmon-china/vue-quill-editor#readme", | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1", | ||
"babel-core": "^6.24.1", | ||
"babel-loader": "^7.0.0", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-stage-2": "^6.24.1", | ||
"babel-runtime": "^6.23.0", | ||
"css-loader": "^0.28.1", | ||
"style-loader": "^0.17.0", | ||
"vue-loader": "^12.0.3", | ||
"vue-template-compiler": "^2.3.2", | ||
"webpack": "^2.5.1" | ||
"browserify": "^14.4.0", | ||
"cross-env": "^5.0.0", | ||
"uglify-js": "^3.0.15", | ||
"vueify": "^8.7.0" | ||
} | ||
} |
webpack.config.js
deleted
100644 → 0
Please register or sign in to comment