Skip to content

Commit c482423

Browse files
committed
fix: Move dependency
1 parent 516d913 commit c482423

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
"jest": "^26.6.3",
6868
"mongoose": "^5.10.15",
6969
"nodemon": "^2.0.6",
70-
"path-to-regexp": "^6.2.0",
7170
"prettier": "^2.2.0",
7271
"semantic-release": "^17.2.4",
7372
"semantic-release-jira-releases-sb": "^0.7.2",
@@ -77,5 +76,8 @@
7776
"ts-jest": "^26.4.4",
7877
"ts-node": "^9.0.0",
7978
"typescript": "^4.1.2"
79+
},
80+
"dependencies": {
81+
"path-to-regexp": "^6.2.0"
8082
}
8183
}

0 commit comments

Comments
 (0)