Skip to content

Commit

Permalink
chore(release): re-add dropped code from bad merge of PR #472
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-iden committed Mar 14, 2024
1 parent b864531 commit 29d9acc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .storybook/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
PharosColorInteractivePrimary,
PharosColorTextBase,
PharosColorTextWhite,
} from '../packages/pharos/lib/styles/variables.js';
} from '../packages/pharos/lib/styles/variables';
import logo from './assets/images/jstor-logo.svg';

export default create({
Expand Down
2 changes: 1 addition & 1 deletion packages/pharos-site/initComponents.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const pharos = typeof window !== `undefined` ? require('@ithaka/pharos/lib/index') : null;
const pharos = typeof window !== `undefined` ? require('@ithaka/pharos') : null;
const registerComponents =
typeof window !== `undefined` ? require('@ithaka/pharos/lib/utils/registerComponents') : null;

Expand Down
3 changes: 3 additions & 0 deletions packages/pharos-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@
"type": "git",
"url": "git+https://github.com/ithaka/pharos.git",
"directory": "site"
},
"exports": {
"./lib/utils/scss/mixins.scss": "./lib/utils/scss/mixins.scss"
}
}

0 comments on commit 29d9acc

Please sign in to comment.