Upgrade node packages (#413)

This commit is contained in:
Keavon Chambers
2021-12-20 13:09:24 -08:00
parent 0da034afc8
commit 6701437433
4 changed files with 646 additions and 361 deletions

View File

@@ -1,7 +1,5 @@
{
"name": "graphite-frontend-root-shortcut",
"version": "1.0.0",
"description": "A convenience package for calling the real package.json in /frontend.",
"description": "A convenience package for calling the real package.json in ./frontend",
"private": true,
"scripts": {
"serve": "cd frontend && npm run serve",
@@ -9,4 +7,4 @@
"lint": "cd frontend && npm run lint",
"lint-no-fix": "cd frontend && npm run lint-no-fix"
}
}
}