@astrojs/prism
Advanced tools
Comparing version 0.4.0 to 0.4.1-next.0
{ | ||
"name": "@astrojs/prism", | ||
"version": "0.4.0", | ||
"version": "0.4.1-next.0", | ||
"description": "Supports Prism highlighting in Astro projects", | ||
@@ -15,5 +15,8 @@ "author": "withastro", | ||
"main": "index.mjs", | ||
"scripts": {}, | ||
"files": [ | ||
"component" | ||
], | ||
"exports": { | ||
".": "./index.mjs" | ||
".": "./index.mjs", | ||
"./component": "./component/Prism.astro" | ||
}, | ||
@@ -23,7 +26,8 @@ "types": "./index.d.ts", | ||
"devDependencies": { | ||
"prismjs": "^1.23.0" | ||
"prismjs": "^1.27.0" | ||
}, | ||
"engines": { | ||
"node": "^14.15.0 || >=16.0.0" | ||
} | ||
} | ||
}, | ||
"scripts": {} | ||
} |
9248
151