Migrate to yarn
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
{
|
||||
"name": "shared-stuff",
|
||||
"private": true,
|
||||
"version": "1.0.0",
|
||||
"description": "The stuff that is shared between the background job and the Next app",
|
||||
"main": "index.js",
|
||||
"main": "./dist/index.js",
|
||||
"scripts": {
|
||||
"build": "./node_modules/typescript/bin/tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"mongoose": "^6.2.6"
|
||||
"mongoose": "^6.4.3",
|
||||
"typescript": "^4.7.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user