Skip to content

Commit d0411f2

Browse files
author
Geoff Davis
committed
add dependencies, git ignore
1 parent 7ca06c5 commit d0411f2

File tree

3 files changed

+2593
-1
lines changed

3 files changed

+2593
-1
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# asyncAdapter ignores...
2+
node_modules
3+
*cache
4+
*log
5+
.DS_Store

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,12 @@
55
"main": "index.js",
66
"author": "Geoff Davis <geoffdavis92@gmail.com>",
77
"license": "MIT",
8-
"private": false
8+
"private": false,
9+
"dependencies": {},
10+
"devDependencies": {
11+
"jest": "^21.2.1",
12+
"rollup": "^0.52.1",
13+
"rollup-plugin-typescript2": "^0.8.4",
14+
"typescript": "^2.6.2"
15+
}
916
}

0 commit comments

Comments
 (0)