Skip to content

Commit

Permalink
fix(ci): package resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Mar 22, 2020
1 parent 340a5ff commit 1f7ebfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"gatsby-plugin-react-helmet": "^3.2.0",
"gatsby-plugin-treat": "^1.2.3",
"gatsby-plugin-typescript": "^2.3.0",
"glaze": "^0.0.0",
"glaze": "file:../glaze",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0-beta.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/glaze/src/treat.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Theme as GlazeTheme } from 'glaze';
import { Theme as GlazeTheme } from './theme';

declare module 'treat/theme' {
// eslint-disable-next-line @typescript-eslint/no-empty-interface
Expand Down

0 comments on commit 1f7ebfa

Please sign in to comment.