Skip to content

Commit

Permalink
fix(babel-plugin-remove-graphql-queries): make sure imports are posix (
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet authored Jan 22, 2021
1 parent e363adb commit 3a5a855
Show file tree
Hide file tree
Showing 4 changed files with 473 additions and 16 deletions.
6 changes: 4 additions & 2 deletions packages/babel-plugin-remove-graphql-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"babel-preset-gatsby-package": "^0.12.0-next.0",
"cross-env": "^7.0.3"
"cross-env": "^7.0.3",
"gatsby-core-utils": "^1.10.0-next.0"
},
"peerDependencies": {
"gatsby": "^2.0.0"
"gatsby": "^2.0.0",
"@babel/core": "^7.0.0"
},
"license": "MIT",
"main": "index.js",
Expand Down
Loading

0 comments on commit 3a5a855

Please sign in to comment.