We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44996f7 commit 15535b3Copy full SHA for 15535b3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@libsrcdev/gatsby-remark-shiki",
3
- "version": "0.3.3",
+ "version": "0.3.4",
4
"description": "This plugin uses shiki to add code highlighting to pages that are built with gatsby-transformer-remark.",
5
"keywords": [
6
"gatsby",
@@ -57,6 +57,5 @@
57
"semi": true,
58
"singleQuote": true,
59
"trailingComma": "es5"
60
- },
61
- "module": "dist/gatsby-remark-shiki.esm.js"
+ }
62
}
0 commit comments