Skip to content

Commit c0aa69d

Browse files
authored
chore: provide type to module in package.json
1 parent 9921b98 commit c0aa69d

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
@@ -2,12 +2,9 @@
22
"name": "metridash",
33
"version": "0.1.0",
44
"private": "true",
5+
"type": "module",
56
"repository": "MetridashCore/Batman",
67
"homepage": "https://metridash.com/",
7-
"repository": {
8-
"type": "git",
9-
"url": "git+https://github.com/MetridashCore/Batman.git"
10-
},
118
"scripts": {
129
"dev": "next dev",
1310
"build": "next build",

0 commit comments

Comments
 (0)