Skip to content

Commit eb6dce1

Browse files
Revert "fix: release (#1498)"
This reverts commit 6b7ef10.
1 parent 6b7ef10 commit eb6dce1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"default": {
44
"runner": "nx/tasks-runners/default",
55
"options": {
6-
"cacheableOperations": ["^build", "test"]
6+
"cacheableOperations": ["build", "test"]
77
}
88
}
99
},

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@
5757
"minimist": "^0.2.4",
5858
"semver": "^7.5.4",
5959
"json-schema": "^0.4.0",
60-
"json5": "^2.2.1",
61-
"string-width": "4.2.3"
60+
"json5": "^2.2.1"
6261
},
6362
"resolutionsDocs": {
6463
"underscore": "https://github.com/RequestNetwork/requestNetwork/security/dependabot/14",

0 commit comments

Comments
 (0)