Skip to content

Commit 54969cd

Browse files
committed
Bump version and add topics to products and discounts
1 parent da04673 commit 54969cd

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

package.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@crystallize/reactjs-components",
33
"license": "MIT",
4-
"version": "0.3.2",
4+
"version": "0.3.3",
55
"author": "Crystallize <[email protected]> (https://crystallize.com)",
66
"contributors": [
77
"Håkon Krogh <[email protected]>",
@@ -19,18 +19,11 @@
1919
},
2020
"main": "dist/index.js",
2121
"types": "dist/index.d.ts",
22-
"typesVersions": {
23-
"*": {
24-
"image": [
25-
"dist/types/image.d.ts"
26-
]
27-
}
28-
},
2922
"devDependencies": {
3023
"@tsconfig/node16": "^1.0.2",
3124
"@types/node": "^17.0.14",
32-
"@types/react": "*",
33-
"@types/react-dom": "*",
25+
"@types/react": "^17 || ^18",
26+
"@types/react-dom": "^17 || ^18",
3427
"jest": "^27.5.1"
3528
},
3629
"dependencies": {

0 commit comments

Comments
 (0)