We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba9518 commit 7c8ccffCopy full SHA for 7c8ccff
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hm-react-utils",
3
- "version": "1.0.22",
+ "version": "1.0.23",
4
"description": "HiWay Media React utils functions",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
@@ -10,7 +10,8 @@
10
"scripts": {
11
"test": "npm run format:check && npm run compile && npm run test:types && npm run test:unit",
12
"test:types": "tsd",
13
- "compile": "rimraf ./dist && tsc"
+ "compile": "rimraf ./dist && tsc",
14
+ "prepack": "npm run compile"
15
},
16
"author": "Hiway Media",
17
"license": "ISC",
0 commit comments