Skip to content

Commit

Permalink
1.29.0-fix.5
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers committed Sep 17, 2024
1 parent d400427 commit f638d5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "prism-esm",
"version": "1.29.0-fix.4",
"version": "1.29.0-fix.5",
"description": "A prism fork intended for ESM",
"type": "module",
"main": "prism.js",
"style": "themes/prism.css",
"engines": {
"node": ">=6"
},
"exports": {
".": "./prism.js",
"./*": "./*"
},
"exports": {
".": "./prism.js",
"./*": "./*"
},
"files": [
"components/**/*.js",
"components/**/*.d.ts",
Expand Down Expand Up @@ -111,4 +111,4 @@
"prism-core.d.ts"
]
}
}
}

0 comments on commit f638d5c

Please sign in to comment.