Skip to content

Commit 147875b

Browse files
Merge pull request #15 from newfold-labs/fix/remove-output-library
Fix remove wpScriptsConfig.output.library
2 parents 622ac80 + 91672f3 commit 147875b

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
return;
88
}
99

10-
define( 'NFD_LINK_TRACKER_MODULE_VERSION', '1.1.0' );
10+
define( 'NFD_LINK_TRACKER_MODULE_VERSION', '1.1.1' );
1111

1212
if ( function_exists( 'add_action' ) ) {
1313
add_action(

build/index.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php return array(
22
'dependencies' => array(),
3-
'version' => '4e9a0ecaa9608899dafa',
3+
'version' => '4031825d10acfd107936',
44
);

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@newfold-labs/wp-module-link-tracker",
3-
"version": "1.0.0",
3+
"version": "1.1.1",
44
"description": "A WordPress module that adds tracking params",
55
"main": "index.js",
66
"private": true,

scripts/webpack.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,4 @@
44
*/
55
const wpScriptsConfig = require('@wordpress/scripts/config/webpack.config');
66

7-
wpScriptsConfig.output.library = {
8-
type: 'commonjs',
9-
}
10-
117
module.exports = wpScriptsConfig;

0 commit comments

Comments
 (0)