Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Mar 12, 2019
1 parent 1107112 commit 06ce2f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"babel-loader": "^8.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-macros": "^2.5.0",
"babel-plugin-macros": "^2.4.2",
"babel-plugin-preval": "^3.0.1",
"babel-plugin-remove-graphql-queries": "^2.6.2",
"babel-preset-gatsby": "^0.1.9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Array [
],
Array [
Array [
"/path/to/module/babel-plugin-macro",
"/path/to/module/babel-plugin-macros",
],
Object {
"type": "plugin",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/src/utils/babel-loader-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const prepareOptions = (babel, resolve = require.resolve) => {
type: `plugin`,
}
),
babel.createConfigItem([resolve(`babel-plugin-macro`)], {
babel.createConfigItem([resolve(`babel-plugin-macros`)], {
type: `plugin`,
}),
]
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3143,7 +3143,7 @@ babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.4.2:
cosmiconfig "^5.0.5"
resolve "^1.8.1"

babel-plugin-macros@^2.2.2, babel-plugin-macros@^2.5.0:
babel-plugin-macros@^2.2.2:
version "2.5.0"
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.5.0.tgz#01f4d3b50ed567a67b80a30b9da066e94f4097b6"
integrity sha512-BWw0lD0kVZAXRD3Od1kMrdmfudqzDzYv2qrN3l2ISR1HVp1EgLKfbOrYV9xmY5k3qx3RIu5uPAUZZZHpo0o5Iw==
Expand Down

0 comments on commit 06ce2f5

Please sign in to comment.