Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
tp26840 feat: Remove gutenberg dependencies and resolve them from gut…
Browse files Browse the repository at this point in the history
…enberg/node_modules
  • Loading branch information
SofiaSousa committed Aug 31, 2018
1 parent 7a1e7e2 commit ebb0aae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,7 @@
"WordPress",
"WYSIWYG"
],
"dependencies": {
"classnames": "2.2.5",
"jquery": "3.3.1",
"lodash": "4.17.5",
"memize": "1.0.5",
"moment": "2.22.1",
"tinymce": "4.7.2"
},
"dependencies": {},
"devDependencies": {
"@wordpress/babel-plugin-makepot": "1.0.1",
"@wordpress/scripts": "1.2.0",
Expand All @@ -62,9 +55,8 @@
"postcss-wrapper-loader": "0.0.2",
"string-replace-webpack-plugin": "^0.1.3",
"raw-loader": "0.5.1",
"react": "16.4.1",
"sass-loader": "6.0.7",
"webpack": "^4.14.0",
"webpack": "4.8.3",
"webpack-cli": "^3.0.8",
"webpack-livereload-plugin": "2.1.1",
"webpack-rtl-plugin": "github:yoavf/webpack-rtl-plugin#develop"
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ const config = {
externals,
resolve: {
modules: [
resolve(__dirname, 'node_modules/gutenberg/node_modules'),
__dirname,
'node_modules',
],
Expand Down

0 comments on commit ebb0aae

Please sign in to comment.