Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FIameCaster committed Jun 12, 2024
1 parent df5771c commit 03d9f35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prism-code-editor",
"version": "3.3.1",
"version": "3.3.2",
"type": "module",
"description": "Lightweight, extensible code editor component for the web using Prism",
"main": "./dist/index.js",
Expand Down Expand Up @@ -95,5 +95,6 @@
"*.css",
"./dist/languages/*",
"./dist/prism/languages/*"
]
],
"packageManager": "[email protected]+sha1.b198ac6d38244fd829253720f9daafd6a606834d"
}
4 changes: 3 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -11,5 +12,6 @@
"devDependencies": {
"typescript": "^5.0.2",
"vite": "^5.2.8"
}
},
"packageManager": "[email protected]+sha1.b198ac6d38244fd829253720f9daafd6a606834d"
}

0 comments on commit 03d9f35

Please sign in to comment.