Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Commit

Permalink
version bump:
Browse files Browse the repository at this point in the history
 - wix-rich-content-editor@1.2.1
  • Loading branch information
Jonathan Bachman committed Jul 11, 2018
1 parent 34964d4 commit aba423a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ const commonPresets = [

const commonPlugins = [
['@babel/plugin-proposal-class-properties', { loose: true }],
'@babel/transform-runtime',
'@babel/plugin-syntax-dynamic-import'
'@babel/transform-runtime'
];

const testPlugins = [
'@babel/plugin-transform-modules-commonjs',
'babel-plugin-dynamic-import-node'
'@babel/plugin-transform-modules-commonjs'
];

module.exports = {
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"@babel/cli": "^7.0.0-beta.52",
"@babel/core": "^7.0.0-beta.52",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.52",
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.52",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.52",
"@babel/plugin-transform-runtime": "^7.0.0-beta.52",
"@babel/preset-env": "^7.0.0-beta.52",
Expand All @@ -34,7 +33,6 @@
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.2.0",
"babel-loader": "^8.0.0-beta.4",
"babel-plugin-dynamic-import-node": "^1.2.0",
"chalk": "^2.4.1",
"copy-webpack-plugin": "^4.5.1",
"create-index": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "wix-rich-content-editor",
"version": "1.2.0",
"version": "1.2.1",
"author": {
"name": "Jonathan Bachman",
"email": "jonathanb@wix.com"
Expand Down

0 comments on commit aba423a

Please sign in to comment.