update package file
This commit is contained in:
parent
b11f9315f6
commit
07f403d212
@ -1,12 +1,11 @@
|
||||
{
|
||||
"name": "my-app",
|
||||
"name": "XeNote",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"dev": "rm -rf graph-data.json && next dev ",
|
||||
"build": "rm -rf graph-data.json && next build",
|
||||
"start": "next start",
|
||||
"deploy": "yarn build && git add . && git commit -m '...' && git push"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/cache": "latest",
|
||||
|
Loading…
Reference in New Issue
Block a user