Skip to content

Commit

Permalink
Update to 2.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Navneet Kumar committed Jul 1, 2019
1 parent 9e3ade2 commit 87746f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules/
npm-debug.log
dist/
es/
package-lock.json
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-froala-wysiwyg",
"version": "2.9.5",
"version": "2.9.6",
"description": "Vue plugin for Froala WYSIWYG HTML rich text editor.",
"author": "Froala Labs (https://www.froala.com/)",
"license": "https://froala.com/wysiwyg-editor/terms/",
Expand Down Expand Up @@ -38,12 +38,12 @@
"dev": "node build/dev-server.js",
"build": "yarn run release && yarn run build:es",
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es",
"release": "webpack --progress --hide-modules --config ./build/webpack.release.js && NODE_ENV=production webpack --progress --hide-modules --config ./build/webpack.release.min.js",
"release": "SET NODE_ENV=production && webpack --progress --hide-modules --config ./build/webpack.release.js && webpack --progress --hide-modules --config ./build/webpack.release.min.js",
"prepublish": "yarn run build"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"froala-editor": "2.9.5",
"froala-editor": "2.9.6",
"vue": "2.6.6"
},
"devDependencies": {
Expand Down

0 comments on commit 87746f4

Please sign in to comment.