Skip to content

Commit

Permalink
Relase 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangJoo Park committed Aug 5, 2019
1 parent ececc8c commit b33c23e
Show file tree
Hide file tree
Showing 2 changed files with 3,148 additions and 3,326 deletions.
46 changes: 21 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,12 @@
"bugs": {
"url": "https://github.com/changjoo-park/vue-editor-js/issues"
},
"version": "0.3.1",
"version": "0.4.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"demo": "vue-cli-service demo",
"docs": "npm run docs:serve",
"docs:build": "vue-cli-service docs --mode build",
"docs:serve": "vue-cli-service docs --mode serve",
"prepublish": "vue-cli-service lint && vue-cli-service docs --mode build && vue-cli-service build",
"start": "vue-cli-service serve"
},
"main": "dist/vue-editor-js.common.js",
Expand All @@ -41,31 +37,31 @@
"@editorjs/checklist": "^1.1.0",
"@editorjs/code": "^2.4.1",
"@editorjs/delimiter": "^1.1.0",
"@editorjs/editorjs": "^2.13.0",
"@editorjs/embed": "^2.2.0",
"@editorjs/header": "^2.2.3",
"@editorjs/image": "^2.3.0",
"@editorjs/editorjs": "^2.15.0",
"@editorjs/embed": "^2.2.1",
"@editorjs/header": "^2.3.0",
"@editorjs/image": "^2.3.1",
"@editorjs/inline-code": "^1.3.0",
"@editorjs/link": "^2.1.2",
"@editorjs/list": "^1.3.4",
"@editorjs/marker": "^1.2.0",
"@editorjs/paragraph": "^2.5.0",
"@editorjs/quote": "^2.2.0",
"@editorjs/link": "^2.1.3",
"@editorjs/list": "^1.4.0",
"@editorjs/marker": "^1.2.1",
"@editorjs/paragraph": "^2.6.0",
"@editorjs/quote": "^2.3.0",
"@editorjs/raw": "^2.1.1",
"@editorjs/table": "^1.2.0",
"@editorjs/warning": "^1.1.0",
"core-js": "^2.6.5"
"@editorjs/warning": "^1.1.1",
"core-js": "^3.1.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.5.0",
"@vue/cli-plugin-eslint": "^3.5.0",
"@vue/cli-service": "^3.5.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"vue": "^2.6.6",
"vue-cli-plugin-p11n": "^0.2.1",
"vue-template-compiler": "^2.5.21"
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-plugin-eslint": "^3.10.0",
"@vue/cli-service": "^3.10.0",
"babel-eslint": "^10.0.2",
"eslint": "^6.1.0",
"eslint-plugin-vue": "^5.2.3",
"vue": "^2.6.10",
"vue-cli-plugin-p11n": "^0.3.0",
"vue-template-compiler": "^2.6.10"
},
"jsdelivr": "dist/vue-editor-js.umd.min.js",
"sideeffects": false
Expand Down
Loading

0 comments on commit b33c23e

Please sign in to comment.