Skip to content

Commit 07e3264

Browse files
committed
πŸ› FIX: Name
1 parent 042e608 commit 07e3264

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"publishCanary": "yarn && lerna bootstrap && lerna publish --independent --npm-client=npm --canary",
4242
"release": "yarn && lerna updated && lerna bootstrap && lerna publish --independent --npm-client=npm",
4343
"release-npm": "lerna updated && lerna bootstrap && lerna publish --independent --npm-client=npm",
44-
"releaseCanary": "yarn && lerna updated && lerna bootstrap && lerna publish --independent --npm-client=npm --canary"
44+
"release-canary": "yarn && lerna updated && lerna bootstrap && lerna publish --independent --npm-client=npm --canary"
4545
}
4646
}

β€Žpackages/cgb-scripts/config/externals.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const externals = [
4242
jquery: 'jQuery', // import $ from 'jquery' // Use the WordPress version after enqueuing it.
4343
'react-dom': 'ReactDOM',
4444
lodash: 'lodash', // Lodash is there in Gutenberg.
45-
cgbGlobal: 'cgbGlobal', // import cgbGlobal from 'cgbGlobal' // Localized data.
45+
cgbGlobal: 'cgbGlobal', // import globals from 'cgbGlobal' // Localized data.
4646
}
4747
);
4848

0 commit comments

Comments
Β (0)