mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-11-24 03:13:46 +00:00
nit: add package.json to root
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
5c6511b99f
commit
08975295ba
2 changed files with 11 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "frontend",
|
||||
"version": "0.0.1",
|
||||
"name": "@pomme/frontend",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
|
|
9
package.json
Normal file
9
package.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"name": "pomme",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "make",
|
||||
"lint": "make lint"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue