Skip to content

Commit 35affe5

Browse files
authored
fix package json for "main": "dist/index.js",
"types": "dist/index.d.ts",
1 parent 319dc89 commit 35affe5

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "hm-react-utils",
3-
"version": "1.0.21",
3+
"version": "1.0.22",
44
"description": "HiWay Media React utils functions",
5-
"type": "commonjs",
6-
"main": "./dist/index.js",
5+
"main": "dist/index.js",
6+
"types": "dist/index.d.ts",
7+
"files": [
8+
"/dist"
9+
],
710
"scripts": {
811
"test": "npm run format:check && npm run compile && npm run test:types && npm run test:unit",
912
"test:types": "tsd",

wrapper.mjs

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)