Skip to content

Commit 7ca06c5

Browse files
author
Geoff Davis
committed
add package.json
1 parent 607d418 commit 7ca06c5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "asyncAdapter",
3+
"version": "0.0.0",
4+
"description": "Adapt callback pattern functions into async-await ready functions",
5+
"main": "index.js",
6+
"author": "Geoff Davis <geoffdavis92@gmail.com>",
7+
"license": "MIT",
8+
"private": false
9+
}

0 commit comments

Comments
 (0)