Skip to content

Commit 62c2119

Browse files
committed
Removes unnecessary deps.
1 parent 3adedf7 commit 62c2119

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-api-validation",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Request validator implemented in Next.js:)",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -15,9 +15,6 @@
1515
],
1616
"author": "Dany Beltran",
1717
"license": "MIT",
18-
"dependencies": {
19-
"next": "^10.0.7"
20-
},
2118
"repository": {
2219
"type": "git",
2320
"url": "git+https://github.com/danybeltran/next-api-validation.git"

0 commit comments

Comments
 (0)