Skip to content

Commit 92d7b55

Browse files
fix runkit node error @RTT-008
1 parent eb12d3e commit 92d7b55

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"name": "react-time-textfield",
3-
"version": "1.0.6",
3+
"version": "1.0.8",
44
"description": "Material UI TextField with controlled hour/minute/meridiem input",
5-
"main": "dist/index.js",
5+
"main": "dist/index.cjs",
66
"module": "dist/index.es.js",
7-
"type": "module",
87
"scripts": {
98
"test": "echo \"Error: no test specified\" && exit 1",
109
"storybook": "start-storybook -p 6006",

0 commit comments

Comments
 (0)