Skip to content

Commit 1373b49

Browse files
author
Dmitry Dutikov
committed
Repository link added
1 parent 11218b1 commit 1373b49

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "json22-express",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
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)