edited package.json to remove / change details

This commit is contained in:
Robert McGovern 2023-02-03 00:05:13 +00:00
parent ecfb138018
commit 78de23e617
1 changed files with 11 additions and 16 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "@11ty/eleventy-plugin-syntaxhighlight", "name": "eleventy-plugin-syntaxhighlight-chroma",
"version": "4.2.0", "version": "0.0.1",
"description": "Prism.js based syntax highlighting for Markdown, Liquid, Nunjucks, and 11ty.js templates.", "description": "Chroma based syntax highlighting for Markdown, Liquid, Nunjucks templates.",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
@ -15,26 +15,22 @@
"type": "git", "type": "git",
"url": "git+https://github.com/11ty/eleventy-plugin-syntaxhighlight.git" "url": "git+https://github.com/11ty/eleventy-plugin-syntaxhighlight.git"
}, },
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/11ty"
},
"keywords": [ "keywords": [
"eleventy", "eleventy",
"eleventy-plugin" "eleventy-plugin"
], ],
"author": { "author": {
"name": "Zach Leatherman", "name": "Robert McGovern",
"email": "zachleatherman@gmail.com", "email": "rob@tarasis.net",
"url": "https://zachleat.com/" "url": "https://tarasis.net/"
}, },
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/11ty/eleventy-plugin-syntaxhighlight/issues" "url": "https://github.com/tarasis/eleventy-plugin-syntaxhighlighting-chroma/issues"
}, },
"homepage": "https://www.11ty.dev/docs/plugins/syntaxhighlight/", "homepage": "https://github.com/tarasis/eleventy-plugin-syntaxhighlighting-chroma/",
"11ty": { "11ty": {
"compatibility": ">=0.5.4" "compatibility": ">=1.0.0"
}, },
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "^1.0.2", "@11ty/eleventy": "^1.0.2",
@ -44,8 +40,7 @@
}, },
"dependencies": { "dependencies": {
"chroma-highlight": "^2.4.2", "chroma-highlight": "^2.4.2",
"linkedom": "^0.14.19", "linkedom": "^0.14.19"
"prismjs": "^1.29.0"
}, },
"ava": { "ava": {
"environmentVariables": {}, "environmentVariables": {},