Skip to content

Commit e1d24e9

Browse files
committed
fix(types): add compatibility with old resolver
fixes #41
1 parent b80f4f5 commit e1d24e9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@
3535
"./atropos.scss": "./atropos.scss",
3636
"./package.json": "./package.json"
3737
},
38+
"typesVersions": {
39+
"*": {
40+
"react": [
41+
"./atropos-react.d.ts"
42+
],
43+
".": [
44+
"./atropos.d.ts"
45+
]
46+
}
47+
},
3848
"repository": {
3949
"type": "git",
4050
"url": "https://github.com/nolimits4web/atropos.git"

0 commit comments

Comments
 (0)