File tree 3 files changed +10
-11
lines changed
3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1
1
** /node_modules /
2
2
** /* .log
3
- test /repo-tests *
4
- ** /bundle.js
5
3
6
4
# Logs
7
5
logs
8
6
* .log
9
7
10
- coverage
11
-
12
8
# Runtime data
13
9
pids
14
10
* .pid
@@ -19,6 +15,7 @@ lib-cov
19
15
20
16
# Coverage directory used by tools like istanbul
21
17
coverage
18
+ .coverage
22
19
23
20
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
24
21
.grunt
@@ -28,18 +25,15 @@ coverage
28
25
29
26
build
30
27
docs
28
+ .docs
31
29
32
30
# Dependency directory
33
31
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
34
32
node_modules
35
33
36
- lib
37
34
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
35
42
36
# while testing npm5
43
37
package-lock.json
44
38
yarn.lock
45
- .nyc_output
39
+ .nyc_output
Original file line number Diff line number Diff line change 15
15
- [ Usage] ( #usage )
16
16
- [ API] ( #api )
17
17
- [ Resolvers] ( #resolvers )
18
+ - [ API Docs] ( #api-docs )
18
19
- [ License] ( #license )
19
20
- [ Contribute] ( #contribute )
20
21
@@ -106,6 +107,10 @@ The available resolvers are:
106
107
107
108
A resolver receives a ` Multiaddr ` as a parameter and returns a ` Promise<Array<string>> ` .
108
109
110
+ ## API Docs
111
+
112
+ - < https://multiformats.github.io/js-multiaddr >
113
+
109
114
## License
110
115
111
116
Licensed under either of
Original file line number Diff line number Diff line change 155
155
"dep-check" : " aegir dep-check" ,
156
156
"build" : " aegir build" ,
157
157
"test" : " aegir test -f" ,
158
- "test:chrome" : " aegir test -t browser" ,
158
+ "test:chrome" : " aegir test -t browser --cov " ,
159
159
"test:chrome-webworker" : " aegir test -t webworker" ,
160
160
"test:firefox" : " aegir test -t browser -- --browser firefox" ,
161
161
"test:firefox-webworker" : " aegir test -t webworker -- --browser firefox" ,
174
174
},
175
175
"devDependencies" : {
176
176
"@types/varint" : " ^6.0.0" ,
177
- "aegir" : " ^37.6 .2" ,
177
+ "aegir" : " ^37.7 .2" ,
178
178
"sinon" : " ^15.0.0" ,
179
179
"util" : " ^0.12.3"
180
180
},
You can’t perform that action at this time.
0 commit comments