Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit 8268d8b

Browse files
committed
update: move index.js to src
1 parent ddd0fbb commit 8268d8b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "kartik1998@queue-manager",
33
"version": "1.0.0",
44
"description": "A wrapper over async queue helpful in managing the queue length.",
5-
"main": "index.js",
5+
"main": "src/index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},

index.js renamed to src/index.js

File renamed without changes.

0 commit comments

Comments
 (0)