Skip to content

Commit

Permalink
Test change to package without corresponding change to package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
robsimmons committed Nov 19, 2023
1 parent 3c209b7 commit 05d0ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "dusa",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"main": "lib/client.js",
"types": "lib/client.d.ts",
"license": "GPL-3.0",
"license": "GPL-2.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit 05d0ff0

Please sign in to comment.