We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319dc89 commit 35affe5Copy full SHA for 35affe5
package.json
@@ -1,9 +1,12 @@
1
{
2
"name": "hm-react-utils",
3
- "version": "1.0.21",
+ "version": "1.0.22",
4
"description": "HiWay Media React utils functions",
5
- "type": "commonjs",
6
- "main": "./dist/index.js",
+ "main": "dist/index.js",
+ "types": "dist/index.d.ts",
7
+ "files": [
8
+ "/dist"
9
+ ],
10
"scripts": {
11
"test": "npm run format:check && npm run compile && npm run test:types && npm run test:unit",
12
"test:types": "tsd",
wrapper.mjs
0 commit comments