Skip to content

Commit a8ef37c

Browse files
authored
Add lerna to dependency to support complete docker build and release (0.3) (#323)
Add lerna to dependency to support complete docker build and release (#318) Signed-off-by: Nana-EC <[email protected]>
1 parent ffbbfc1 commit a8ef37c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"eslint-config-prettier": "^8.3.0",
1111
"eslint-plugin-import": "^2.25.4",
1212
"ethereum-waffle": "^3.4.4",
13-
"lerna": "^4.0.0",
1413
"nodemon": "^2.0.15",
1514
"nyc": "^15.1.0",
1615
"prettier": "^2.5.1"
@@ -44,6 +43,7 @@
4443
"pino": "^7.11.0",
4544
"pino-pretty": "^7.6.1",
4645
"prom-client": "^14.0.1",
47-
"typescript": "^4.6.3"
46+
"typescript": "^4.6.3",
47+
"lerna": "^4.0.0"
4848
}
4949
}

0 commit comments

Comments
 (0)