Skip to content

Commit

Permalink
main field of package.json should point to seatsio-vue.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mroloux committed May 13, 2024
1 parent 7fd17d9 commit 9b79ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "cross-env NODE_ENV=production && rollup --config build/rollup.config.js --format es",
"prebuild": "rimraf ./dist"
},
"module": "dist/seatsio-vue.js",
"main": "dist/seatsio-vue.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"dependencies": {
Expand Down

0 comments on commit 9b79ec1

Please sign in to comment.