Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Shields committed Feb 24, 2022
1 parent a9ab61d commit 17cb685
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-nodecg",
"version": "1.0.0",
"version": "1.0.1",
"description": "Vite plugin to enable its use with NodeCG",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -10,6 +10,7 @@
"engines": {
"node": ">=16"
},
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
Expand Down

0 comments on commit 17cb685

Please sign in to comment.