Skip to content

Commit 25d1118

Browse files
committed
Updated package.json for bundlephobia support
1 parent 3b642ae commit 25d1118

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vite-plugin-capo
22

33
![npm](https://img.shields.io/npm/v/vite-plugin-capo?color=brightgreen)
4-
![downloads](https://img.shields.io/npm/dw/vite-plugin-capo?color=blue)
4+
![downloads](https://img.shields.io/npm/dm/vite-plugin-capo?color=blue)
55
![license](https://img.shields.io/npm/l/vite-plugin-capo?color=lightgrey)
66
![bundle size](https://img.shields.io/bundlephobia/minzip/vite-plugin-capo?color=blueviolet&label=bundle%20size)
77

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-capo",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A Vite plugin to reorder <head> elements based on capo.js best practices.",
55
"author": {
66
"email": "contact@hunter-simpson.dev",
@@ -17,6 +17,8 @@
1717
"url": "https://github.com/hsimpson270/vite-plugin-capo/issues"
1818
},
1919
"type": "module",
20+
"main": "./dist/index.js",
21+
"module": "./dist/index.js",
2022
"exports": {
2123
".": "./dist/index.js"
2224
},

0 commit comments

Comments
 (0)