File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed
Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 11** /node_modules /
22** /* .log
3- test /repo-tests *
4- ** /bundle.js
53
64# Logs
75logs
86* .log
97
10- coverage
11-
128# Runtime data
139pids
1410* .pid
@@ -19,6 +15,7 @@ lib-cov
1915
2016# Coverage directory used by tools like istanbul
2117coverage
18+ .coverage
2219
2320# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
2421.grunt
@@ -28,18 +25,15 @@ coverage
2825
2926build
3027docs
28+ .docs
3129
3230# Dependency directory
3331# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
3432node_modules
3533
36- lib
3734dist
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
4135
4236# while testing npm5
4337package-lock.json
4438yarn.lock
45- .nyc_output
39+ .nyc_output
Original file line number Diff line number Diff line change 1515- [ Usage] ( #usage )
1616- [ API] ( #api )
1717- [ Resolvers] ( #resolvers )
18+ - [ API Docs] ( #api-docs )
1819- [ License] ( #license )
1920- [ Contribute] ( #contribute )
2021
@@ -106,6 +107,10 @@ The available resolvers are:
106107
107108A resolver receives a ` Multiaddr ` as a parameter and returns a ` Promise<Array<string>> ` .
108109
110+ ## API Docs
111+
112+ - < https://multiformats.github.io/js-multiaddr >
113+
109114## License
110115
111116Licensed under either of
Original file line number Diff line number Diff line change 155155 "dep-check" : " aegir dep-check" ,
156156 "build" : " aegir build" ,
157157 "test" : " aegir test -f" ,
158- "test:chrome" : " aegir test -t browser" ,
158+ "test:chrome" : " aegir test -t browser --cov " ,
159159 "test:chrome-webworker" : " aegir test -t webworker" ,
160160 "test:firefox" : " aegir test -t browser -- --browser firefox" ,
161161 "test:firefox-webworker" : " aegir test -t webworker -- --browser firefox" ,
174174 },
175175 "devDependencies" : {
176176 "@types/varint" : " ^6.0.0" ,
177- "aegir" : " ^37.6 .2" ,
177+ "aegir" : " ^37.7 .2" ,
178178 "sinon" : " ^15.0.0" ,
179179 "util" : " ^0.12.3"
180180 },
You can’t perform that action at this time.
0 commit comments