diff --git a/package.json b/package.json index d072df9..61bf66f 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT", @@ -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", @@ -73,7 +74,8 @@ "typescript": "^4.7.2" }, "files": [ - "dist" + "dist", + "themes" ], "dependencies": { "prismjs": "^1.29.0" diff --git a/supports/create-next-app/package.json b/supports/create-next-app/package.json index 30f8985..064a69a 100644 --- a/supports/create-next-app/package.json +++ b/supports/create-next-app/package.json @@ -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"