Skip to content

Commit 15535b3

Browse files
committed
Removes unused module field and bumps package version
Cleans up package metadata by removing a redundant configuration entry. Updates version to reflect the change and maintain release consistency.
1 parent 44996f7 commit 15535b3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libsrcdev/gatsby-remark-shiki",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "This plugin uses shiki to add code highlighting to pages that are built with gatsby-transformer-remark.",
55
"keywords": [
66
"gatsby",
@@ -57,6 +57,5 @@
5757
"semi": true,
5858
"singleQuote": true,
5959
"trailingComma": "es5"
60-
},
61-
"module": "dist/gatsby-remark-shiki.esm.js"
60+
}
6261
}

0 commit comments

Comments
 (0)