You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEPENDENCIES.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# syncpack
2
2
3
-
Manage multiple package.json files in Lerna Monorepos
3
+
Manage multiple package.json files, such as in Lerna Monorepos
4
4
5
5
## Installation
6
6
@@ -24,13 +24,6 @@ npm test
24
24
25
25
## Dependencies
26
26
27
-
-[@types/fs-extra](http://ghub.io/@types/fs-extra): TypeScript definitions for fs-extra
28
-
-[@types/globby](http://ghub.io/@types/globby): TypeScript definitions for globby
29
-
-[@types/jest](http://ghub.io/@types/jest): TypeScript definitions for Jest
30
-
-[@types/lodash](http://ghub.io/@types/lodash): TypeScript definitions for Lo-Dash
31
-
-[@types/mock-fs](http://ghub.io/@types/mock-fs): TypeScript definitions for mock-fs
32
-
-[@types/node](http://ghub.io/@types/node): TypeScript definitions for Node.js
33
-
-[@types/semver](http://ghub.io/@types/semver): TypeScript definitions for semver
34
27
-[chalk](http://ghub.io/chalk): Terminal string styling done right
35
28
-[commander](http://ghub.io/commander): the complete solution for node.js command-line programs
36
29
-[fs-extra](http://ghub.io/fs-extra): fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
@@ -40,12 +33,19 @@ npm test
40
33
41
34
## Dev Dependencies
42
35
36
+
-[@types/fs-extra](http://ghub.io/@types/fs-extra): TypeScript definitions for fs-extra
37
+
-[@types/globby](http://ghub.io/@types/globby): TypeScript definitions for globby
38
+
-[@types/jest](http://ghub.io/@types/jest): TypeScript definitions for Jest
39
+
-[@types/lodash](http://ghub.io/@types/lodash): TypeScript definitions for Lo-Dash
40
+
-[@types/mock-fs](http://ghub.io/@types/mock-fs): TypeScript definitions for mock-fs
41
+
-[@types/node](http://ghub.io/@types/node): TypeScript definitions for Node.js
42
+
-[@types/semver](http://ghub.io/@types/semver): TypeScript definitions for semver
43
43
-[expect-more-jest](http://ghub.io/expect-more-jest): Write Beautiful Specs with Custom Matchers
0 commit comments