Skip to content

Commit e5e37ad

Browse files
committed
fix CI with ES Module export, bump major
1 parent 444be4c commit e5e37ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "@crystallize/reactjs-components",
33
"license": "MIT",
4-
"version": "1.5.0",
4+
"version": "2.0.0",
55
"author": "Crystallize <[email protected]> (https://crystallize.com)",
66
"contributors": [
77
"Håkon Krogh <[email protected]>",
88
"Sébastien Morel <[email protected]>",
9-
"Dhairya Dwivedi <[email protected]>"
9+
"Dhairya Dwivedi <[email protected]>",
10+
"Vasil Dimitrov <[email protected]>"
1011
],
1112
"scripts": {
1213
"watch": "tsc -W",

0 commit comments

Comments
 (0)