File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 21
21
include :
22
22
- os : windows
23
23
before_install :
24
- - export PATH=" /c/Program Files /Git/usr/bin":" /c/Program Files /Git/mingw64/libexec/git-core" :$PATH
24
+ - export PATH=/c/PROGRA~1 /Git/usr/bin: /c/PROGRA~1 /Git/mingw64/libexec/git-core:$PATH
25
25
26
26
- stage : check
27
27
script :
Original file line number Diff line number Diff line change 1
- # ipfs-unixfs JavaScript Implementation <!-- omit in toc -->
1
+ # ipfs-unixfs <!-- omit in toc -->
2
2
3
3
[ ![ ] ( https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square )] ( http://ipn.io )
4
4
[ ![ ] ( https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square )] ( http://ipfs.io/ )
7
7
[ ![ Codecov] ( https://codecov.io/gh/ipfs/js-ipfs-unixfs/branch/master/graph/badge.svg )] ( https://codecov.io/gh/ipfs/js-ipfs-unixfs )
8
8
[ ![ Deps] ( https://david-dm.org/ipfs/js-ipfs-unixfs.svg?style=flat-square )] ( https://david-dm.org/ipfs/js-ipfs-unixfs )
9
9
[ ![ Style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square )] ( https://github.com/feross/standard )
10
- ![ ] ( https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square )
11
- ![ ] ( https://img.shields.io/badge/Node.js-%3E%3D8.0.0-orange.svg?style=flat-square )
12
10
13
11
> JavaScript implementation of IPFS' UnixFS (a Unix FileSystem files representation on top of a MerkleDAG)
14
12
15
- The UnixFS spec can be found inside the [ ipfs/specs repository ] ( http ://github.com/ipfs/specs)
13
+ The UnixFS spec can be found at [ ipfs/specs/UNIXFS.md ] ( https ://github.com/ipfs/specs/blob/master/UNIXFS.md )
16
14
17
15
## Lead Maintainer <!-- omit in toc -->
18
16
You can’t perform that action at this time.
0 commit comments