Skip to content

Commit

Permalink
feat(esm)!: drop CJS support
Browse files Browse the repository at this point in the history
---

BREAKING CHANGE: CommonJS modules have been deprecated, the package from now on is an ESM-only package.
  • Loading branch information
JoJk0 committed Apr 12, 2024
1 parent b5298c3 commit 8a67622
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"@storybook/vue3": "^8.0.8",
"@storybook/vue3-vite": "^8.0.8",
"@types/node": "^20.12.7",
"@vitejs/plugin-vue": "^5.0.4",
"auto": "^11.1.6",
"boxen": "^7.1.1",
"cheerio": "1.0.0-rc.12",
Expand Down Expand Up @@ -100,8 +101,5 @@
"plugins": [
"npm"
]
},
"dependencies": {
"@vitejs/plugin-vue": "^5.0.4"
}
}

0 comments on commit 8a67622

Please sign in to comment.