Skip to content

Commit 43ca4c8

Browse files
author
Dmitry Dutikov
committed
Repository link added
1 parent 11218b1 commit 43ca4c8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "json22-express",
33
"version": "0.0.1",
44
"description": "Expressjs middleware providing support to JSON22 data format in your applications",
5-
"type": "module",
65
"author": {
76
"email": "dancecoder@gmail.com",
87
"name": "Dmitry Dutikov"
@@ -37,6 +36,10 @@
3736
"engines": {
3837
"node": ">=14"
3938
},
39+
40+
"type": "module",
41+
"repository": "github:dancecoder/json22-express",
42+
"main": "index.js",
4043
"exports": {
4144
".": {
4245
"require": "./index.cjs",

0 commit comments

Comments
 (0)