Skip to content

Commit 291ad83

Browse files
author
arzafran
committed
fix package.json
1 parent cd05bc6 commit 291ad83

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studio-freight/hamo",
3-
"version": "0.1.11",
3+
"version": "0.2.0",
44
"description": "hamo means hook, do the math.",
55
"author": "studio-freight",
66
"repository": "studio-freight/hamo",
@@ -10,8 +10,7 @@
1010
"start": "rollup -c -w rollup.config.ts",
1111
"prepublishOnly": "npm run build"
1212
},
13-
"main": "lib/index.cjs.js",
14-
"module": "lib/index.esm.js",
13+
"module": "dist/index.js",
1514
"devDependencies": {
1615
"@lopatnov/rollup-plugin-uglify": "^2.1.2",
1716
"@rollup/plugin-commonjs": "22.0.0",

0 commit comments

Comments
 (0)