We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd05bc6 commit 291ad83Copy full SHA for 291ad83
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@studio-freight/hamo",
3
- "version": "0.1.11",
+ "version": "0.2.0",
4
"description": "hamo means hook, do the math.",
5
"author": "studio-freight",
6
"repository": "studio-freight/hamo",
@@ -10,8 +10,7 @@
10
"start": "rollup -c -w rollup.config.ts",
11
"prepublishOnly": "npm run build"
12
},
13
- "main": "lib/index.cjs.js",
14
- "module": "lib/index.esm.js",
+ "module": "dist/index.js",
15
"devDependencies": {
16
"@lopatnov/rollup-plugin-uglify": "^2.1.2",
17
"@rollup/plugin-commonjs": "22.0.0",
0 commit comments