|
|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
|
"name": "rehype-prism-plus",
|
|
|
- "version": "1.1.1",
|
|
|
+ "version": "1.1.2",
|
|
|
"description": "rehype plugin to highlight code blocks in HTML with Prism (via refractor) with line highlighting and line numbers",
|
|
|
"source": "index.js",
|
|
|
"files": [
|
|
|
@@ -16,8 +16,8 @@
|
|
|
}
|
|
|
},
|
|
|
"scripts": {
|
|
|
- "build": "tsc -b && vite build --config vite.config.cjs",
|
|
|
- "tsc": "tsc --watch --noEmit",
|
|
|
+ "build": "tsc -b && microbundle --format esm",
|
|
|
+ "tsc": "tsc --watch",
|
|
|
"lint": "eslint .",
|
|
|
"prettier": "prettier --write '*.js'",
|
|
|
"test": "uvu"
|
|
|
@@ -57,11 +57,11 @@
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
"husky": "^4.0.0",
|
|
|
"lint-staged": "^11.1.2",
|
|
|
+ "microbundle": "^0.14.1",
|
|
|
"prettier": "^2.3.2",
|
|
|
"rehype": "^12.0.0",
|
|
|
"typescript": "^4.3.5",
|
|
|
- "uvu": "^0.5.1",
|
|
|
- "vite": "^2.5.0"
|
|
|
+ "uvu": "^0.5.1"
|
|
|
},
|
|
|
"prettier": {
|
|
|
"printWidth": 100,
|