Skip to content

Commit

Permalink
Merge pull request #61 from andrewlimaza/master
Browse files Browse the repository at this point in the history
Update webpack and npm packages
  • Loading branch information
kimcoleman committed Jul 14, 2020
2 parents c452447 + f7a5b1c commit a678a6a
Show file tree
Hide file tree
Showing 10 changed files with 6,467 additions and 5,552 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
.DS_Store
2 changes: 1 addition & 1 deletion blocks/directory/block.build.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-element', 'wp-polyfill'), 'version' => '9d1046fe9eec11b7b8799a28a6fb0705');
<?php return array('dependencies' => array('react', 'wp-element', 'wp-polyfill'), 'version' => '4dcc982e16db4692b671f838c815a72a');
1,570 changes: 1 addition & 1,569 deletions blocks/directory/block.build.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion blocks/directory/block.build.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion blocks/profile/block.build.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-element', 'wp-polyfill'), 'version' => 'd4ad2e87b14921663effca10f62aa7f8');
<?php return array('dependencies' => array('wp-element', 'wp-polyfill'), 'version' => '3bcbc6ff0d78f9057298393464b3e58c');
589 changes: 1 addition & 588 deletions blocks/profile/block.build.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion blocks/profile/block.build.js.map

Large diffs are not rendered by default.

9,844 changes: 6,456 additions & 3,388 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"test": "tests"
},
"scripts": {
"start": "wp-scripts start"
"start": "wp-scripts start",
"build": "wp-scripts build"
},
"keywords": [
"wordpress",
Expand All @@ -17,6 +18,6 @@
"author": "Stranger Studios",
"license": "GPL-2.0",
"devDependencies": {
"@wordpress/scripts": "^7.2.0"
"@wordpress/scripts": "^11.0.0"
}
}
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const path = require('path');
const defaultConfig = require("./node_modules/@wordpress/scripts/config/webpack.config");
const defaultConfig = require("@wordpress/scripts/config/webpack.config");

module.exports = {
...defaultConfig,
Expand Down

0 comments on commit a678a6a

Please sign in to comment.