Browse Source

build: name project in package.json

as part of clean up excerise
master
DanConwayDev 2 years ago
parent
commit
c1f9905ff8
No known key found for this signature in database
GPG Key ID: 68E15486D73F75E1
  1. 3
      package.json

3
package.json

@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
{
"name": "hello",
"name": "gitworkshop.dev",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",

Loading…
Cancel
Save