Skip to content

Commit 2d39ef3

Browse files
committed
sort package.json
1 parent 1ac00c3 commit 2d39ef3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

test/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
"prepare": "node prepare.js"
66
},
77
"devDependencies": {
8-
"typescript-transform-paths": "link:../src",
9-
"ts-expose-internals": "^4.1.2",
10-
"typescript-three": "npm:typescript@3.6.5",
11-
"typescript-four-seven": "npm:typescript@4.7.4",
12-
"ts-node": "link:../node_modues/ts-node",
13-
"typescript": "latest",
14-
"ts-patch": "latest",
15-
"tsp1": "npm:ts-patch@1.*.*",
16-
"tsp2": "npm:ts-patch@2.*.*",
178
"@nrwl/cli": "^15.0.0",
189
"@nrwl/js": "^15.0.0",
1910
"@nrwl/node": "^15.0.0",
2011
"@nrwl/workspace": "^15.0.0",
2112
"nx": "^15.0.0",
22-
"strip-ansi": "^6.0.1"
13+
"strip-ansi": "^6.0.1",
14+
"ts-expose-internals": "^4.1.2",
15+
"ts-node": "link:../node_modues/ts-node",
16+
"ts-patch": "latest",
17+
"tsp1": "npm:ts-patch@1.*.*",
18+
"tsp2": "npm:ts-patch@2.*.*",
19+
"typescript": "latest",
20+
"typescript-four-seven": "npm:typescript@4.7.4",
21+
"typescript-three": "npm:typescript@3.6.5",
22+
"typescript-transform-paths": "link:../src"
2323
},
2424
"workspaces": {
2525
"packages": [

0 commit comments

Comments
 (0)