diff options
author | 2021-05-04 12:22:25 -0500 | |
---|---|---|
committer | 2021-05-04 12:22:25 -0500 | |
commit | 75b05b393a98f6bd9e47ac9a49eee21ce512d39e (patch) | |
tree | b1ab5e3c44c482138e07e7ae1214dadef91f6fcc | |
parent | ac0bc88ae9481dcb29ce4483a40bbd21d07af4bf (diff) | |
download | astro-75b05b393a98f6bd9e47ac9a49eee21ce512d39e.tar.gz astro-75b05b393a98f6bd9e47ac9a49eee21ce512d39e.tar.zst astro-75b05b393a98f6bd9e47ac9a49eee21ce512d39e.zip |
fix(astro-prism): package
-rw-r--r-- | packages/astro-prism/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json index 6e858be3b..7e75e1e7b 100644 --- a/packages/astro-prism/package.json +++ b/packages/astro-prism/package.json @@ -11,8 +11,8 @@ ".": "./index.mjs" }, "keywords": [], - "private": true, - "author": "", + "author": "Skypack", + "license": "MIT", "devDependencies": { "prismjs": "^1.23.0" } |