Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit f0d46cd

Browse files
committed
Remove yarn
1 parent df8a999 commit f0d46cd

File tree

3 files changed

+2
-6852
lines changed

3 files changed

+2
-6852
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
"test": "yarn lerna exec yarn test",
1414
"build": "tsc --build",
1515
"build:watch": "tsc --build --watch",
16-
"pretest": "yarn build",
17-
"prepublish": "yarn build",
1816
"lint": "eslint '*/**/*.{js,ts,tsx}'"
1917
},
2018
"devDependencies": {
@@ -39,6 +37,7 @@
3937
"dependencies": {
4038
"is-ip": "^4.0.0",
4139
"pg": "^8.7.3",
40+
"pg-types": "^4.0.0",
4241
"websocket-stream": "^5.5.2"
4342
}
4443
}

packages/pg-protocol/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
"scripts": {
1919
"test": "mocha dist/**/*.test.js",
2020
"build": "tsc",
21-
"build:watch": "tsc --watch",
22-
"prepublish": "yarn build",
23-
"pretest": "yarn build"
21+
"build:watch": "tsc --watch"
2422
},
2523
"repository": {
2624
"type": "git",

0 commit comments

Comments
 (0)