Skip to content

Commit fbc4883

Browse files
authored
Merge pull request #11 from qoretechnologies/fix/module-type-to-commonjs
change module type to commonjs
2 parents dc43793 + f214e0f commit fbc4883

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "@qoretechnologies/reqraft",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "ReQraft is a collection of React components and hooks that are used across Qore Technologies' products made using the ReQore component library from Qore.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7+
"type": "commonjs",
78
"scripts": {
89
"source": "source ~/.profile",
910
"test": "./node_modules/.bin/jest --passWithNoTests",

0 commit comments

Comments
 (0)