mirror of
https://github.com/uetchy/namae.git
synced 2025-09-10 10:06:39 +09:00
fix: optimize analytics
This commit is contained in:
12
package.json
12
package.json
@@ -4,17 +4,9 @@
|
||||
"author": "Yasuaki Uechi <y@uechi.io> (https://uechi.io/)",
|
||||
"scripts": {
|
||||
"start": "now dev",
|
||||
"test": "yarn workspaces run test"
|
||||
"ship": "now"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.6.9",
|
||||
"typescript": "^3.5.3"
|
||||
},
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"api",
|
||||
"web"
|
||||
]
|
||||
"private": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user