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

Commit

Permalink
refactor: use async / await (#52)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The API has changed from callbacks to async/await. Additionally, the use has changed. See the README for usage guidance.
  • Loading branch information
jacobheun committed Sep 26, 2019
1 parent 64bc113 commit 3d9cff9
Show file tree
Hide file tree
Showing 30 changed files with 18,690 additions and 1,305 deletions.
45 changes: 3 additions & 42 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,43 +1,4 @@
docs
**/node_modules/
**/*.log
test/repo-tests*
**/bundle.js

# Logs
logs
*.log

coverage

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

build

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

lib
dist
test/test-data/go-ipfs-repo/LOCK
test/test-data/go-ipfs-repo/LOG
test/test-data/go-ipfs-repo/LOG.old

# while testing npm5
package-lock.json
.nyc_output
coverage
docs
30 changes: 0 additions & 30 deletions .npmignore

This file was deleted.

Loading

0 comments on commit 3d9cff9

Please sign in to comment.