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

Commit aba918b

Browse files
Alan Shawjacobheun
authored andcommitted
refactor: use async / await (#52)
BREAKING CHANGE: The API has changed from callbacks to async/await. Additionally, the use has changed. See the README for usage guidance.
1 parent 64bc113 commit aba918b

30 files changed

+18690
-1305
lines changed

.gitignore

Lines changed: 3 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,4 @@
1-
docs
2-
**/node_modules/
3-
**/*.log
4-
test/repo-tests*
5-
**/bundle.js
6-
7-
# Logs
8-
logs
9-
*.log
10-
11-
coverage
12-
13-
# Runtime data
14-
pids
15-
*.pid
16-
*.seed
17-
18-
# Directory for instrumented libs generated by jscoverage/JSCover
19-
lib-cov
20-
21-
# Coverage directory used by tools like istanbul
22-
coverage
23-
24-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
25-
.grunt
26-
27-
# node-waf configuration
28-
.lock-wscript
29-
30-
build
31-
32-
# Dependency directory
33-
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
341
node_modules
35-
36-
lib
37-
dist
38-
test/test-data/go-ipfs-repo/LOCK
39-
test/test-data/go-ipfs-repo/LOG
40-
test/test-data/go-ipfs-repo/LOG.old
41-
42-
# while testing npm5
43-
package-lock.json
2+
.nyc_output
3+
coverage
4+
docs

.npmignore

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)