Skip to content

Commit e570dc0

Browse files
committed
fix: Change /core to devDep and change import for Theme interface
1 parent fe90182 commit e570dc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/custom-properties/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"access": "public"
1717
},
1818
"dependencies": {
19-
"@theme-ui/core": "^0.3.1",
2019
"pluralize": "^8.0.0"
2120
},
2221
"devDependencies": {
22+
"@theme-ui/core": "^0.3.1",
2323
"@types/pluralize": "^0.0.29"
2424
}
2525
}

packages/custom-properties/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import pluralize from 'pluralize'
2-
import { Theme } from '@theme-ui/core/dist/theme'
2+
import { Theme } from '@theme-ui/core'
33

44
interface CustomProperties {
55
[key: string]: string | number

0 commit comments

Comments
 (0)