Skip to content

Commit 99277b9

Browse files
committed
build: contributors
1 parent add4f83 commit 99277b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"description": "The most simple mutex/semaphore implementation",
44
"homepage": "https://github.com/Kikobeats/superlock",
55
"version": "1.0.8",
6+
"types": "src/index.d.ts",
67
"main": "src/index.js",
8+
"exports": {
9+
".": "./src/index.js",
10+
"./create": "./src/create.js"
11+
},
712
"author": {
813
"email": "[email protected]",
914
"name": "Kiko Beats",
@@ -75,10 +80,6 @@
7580
"@commitlint/config-conventional"
7681
]
7782
},
78-
"exports": {
79-
".": "./src/index.js",
80-
"./create": "./src/create.js"
81-
},
8283
"nano-staged": {
8384
"*.js": [
8485
"prettier-standard",
@@ -91,6 +92,5 @@
9192
"simple-git-hooks": {
9293
"commit-msg": "npx commitlint --edit",
9394
"pre-commit": "npx nano-staged"
94-
},
95-
"types": "src/index.d.ts"
95+
}
9696
}

0 commit comments

Comments
 (0)