Skip to content

Commit

Permalink
fix: module
Browse files Browse the repository at this point in the history
  • Loading branch information
logustra committed Nov 21, 2022
1 parent 7f4b070 commit fe52cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logustra/vivu-npm",
"version": "0.1.5",
"version": "0.1.6",
"description": "Starter template to build component library for vue.js 2-3",
"author": "Faizal Andyka",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
}
},
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
"module": "./dist/index.es.js",
"unpkg": "./dist/index.umd.js",
"jsdelivr": "./dist/index.umd.js",
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit fe52cae

Please sign in to comment.