We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f621d2 commit 7b0dc0aCopy full SHA for 7b0dc0a
package.json
@@ -1,25 +1,8 @@
1
{
2
"name": "hm-react-utils",
3
- "version": "1.0.19",
+ "version": "1.0.20",
4
"description": "HiWay Media React utils functions",
5
"main": "./dist/index.ts",
6
- "exports": {
7
- "import": "./wrapper.mjs",
8
- "require": "./dist/index.js",
9
- "types": "./dist/index.d.ts"
10
- },
11
- "files": [
12
- "dist/",
13
- "client-dist/",
14
- "wrapper.mjs",
15
- "!**/*.tsbuildinfo"
16
- ],
17
- "directories": {
18
- "doc": "docs/",
19
- "example": "example/",
20
- "lib": "lib/",
21
- "test": "test/"
22
23
"scripts": {
24
"test": "echo \"Error: no test specified\" && exit 1",
25
"compile": "rimraf ./dist && tsc"
0 commit comments