Skip to content

Commit

Permalink
Fix not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunlong committed Dec 9, 2022
1 parent 48946eb commit 379defb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-prism",
"version": "0.1.0",
"version": "0.1.1",
"description": "A lightweight, robust, and elegant syntax highlighting component for your next React apps.",
"author": "Bunlong <bunlong.van@gmail.com>",
"license": "MIT",
Expand All @@ -21,6 +21,7 @@
],
"homepage": "https://github.com/Bunlong/next-prism",
"main": "dist/next-prism.js",
"style": "themes/prism.css",
"module": "dist/next-prism.es.js",
"jsnext:main": "dist/next-prism.es.js",
"types": "dist/next-prism.d.ts",
Expand Down Expand Up @@ -73,7 +74,8 @@
"typescript": "^4.7.2"
},
"files": [
"dist"
"dist",
"themes"
],
"dependencies": {
"prismjs": "^1.29.0"
Expand Down
2 changes: 1 addition & 1 deletion supports/create-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"next": "13.0.6",
"next-prism": "file:../..",
"next-prism": "^0.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.3"
Expand Down

0 comments on commit 379defb

Please sign in to comment.