@storipress/code-highlight
Advanced tools
Comparing version 0.0.1 to 0.0.3
# Changelog | ||
## v0.0.3 | ||
[compare changes](https://github.com/storipress/karbon/compare/v0.1.94...v0.0.3) | ||
### 🏡 Chore | ||
- Bump version ([e6dcdba](https://github.com/storipress/karbon/commit/e6dcdba)) | ||
### ❤️ Contributors | ||
- DanSnow <dododavid006@gmail.com> | ||
## v0.0.1 | ||
@@ -17,2 +28,1 @@ | ||
- Ches4117 ([@ches4117](http://github.com/ches4117)) | ||
{ | ||
"name": "@storipress/code-highlight", | ||
"version": "0.0.1", | ||
"packageManager": "yarn@3.6.2", | ||
"version": "0.0.3", | ||
"packageManager": "yarn@3.6.3", | ||
"exports": { | ||
@@ -9,3 +9,4 @@ ".": { | ||
"import": "./dist/code-highlight.mjs" | ||
} | ||
}, | ||
"./style.css": "./dist/code-highlight.css" | ||
}, | ||
@@ -28,9 +29,9 @@ "files": [ | ||
"devDependencies": { | ||
"@babel/core": "^7.22.20", | ||
"babel-plugin-prismjs": "^2.1.0", | ||
"@babel/core": "7.22.20", | ||
"babel-plugin-prismjs": "2.1.0", | ||
"changelogen": "0.5.5", | ||
"eslint": "^8.49.0", | ||
"vite": "^4.4.9", | ||
"vite-plugin-babel": "^1.1.3" | ||
"eslint": "8.49.0", | ||
"vite": "4.4.9", | ||
"vite-plugin-babel": "1.1.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
67076
1693