This repository was archived by the owner on Jul 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +17
-12
lines changed Expand file tree Collapse file tree 4 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 1
1
** /node_modules /
2
2
** /* .log
3
3
test /repo-tests *
4
+ ** /bundle.js
4
5
5
6
# Logs
6
7
logs
31
32
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
32
33
node_modules
33
34
35
+ lib
34
36
dist
37
+ test /test-data /go-ipfs-repo /LOCK
38
+ test /test-data /go-ipfs-repo /LOG
39
+ test /test-data /go-ipfs-repo /LOG.old
40
+
41
+ # while testing npm5
42
+ package-lock.json
Original file line number Diff line number Diff line change @@ -3,21 +3,18 @@ language: node_js
3
3
4
4
matrix :
5
5
include :
6
- - node_js : 4
7
- env : CXX=g++-4.8
8
6
- node_js : 6
9
7
env : CXX=g++-4.8
10
- - node_js : stable
8
+ - node_js : 8
11
9
env : CXX=g++-4.8
12
-
13
- # Make sure we have new NPM.
14
- before_install :
15
- - npm install -g npm@4
10
+ # - node_js: stable
11
+ # env: CXX=g++-4.8
16
12
17
13
script :
18
14
- npm run lint
19
- - npm test
15
+ - npm run test
20
16
- npm run coverage
17
+ - make test
21
18
22
19
before_script :
23
20
- export DISPLAY=:99.0
Original file line number Diff line number Diff line change 10
10
[ ![ Dependency Status] ( https://david-dm.org/libp2p/js-libp2p-crypto.svg?style=flat-square )] ( https://david-dm.org/libp2p/js-libp2p-crypto )
11
11
[ ![ js-standard-style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square )] ( https://github.com/feross/standard )
12
12
![ ] ( https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square )
13
- ![ ] ( https://img.shields.io/badge/Node.js-%3E%3D4 .0.0-orange.svg?style=flat-square )
13
+ ![ ] ( https://img.shields.io/badge/Node.js-%3E%3D6 .0.0-orange.svg?style=flat-square )
14
14
15
15
> Crypto primitives for libp2p in JavaScript
16
16
Original file line number Diff line number Diff line change 34
34
"async" : " ^2.5.0" ,
35
35
"browserify-aes" : " ^1.0.6" ,
36
36
"keypair" : " ^1.0.1" ,
37
- "libp2p-crypto-secp256k1" : " ~0.2.1 " ,
37
+ "libp2p-crypto-secp256k1" : " ~0.2.2 " ,
38
38
"multihashing-async" : " ~0.4.6" ,
39
39
"pem-jwk" : " ^1.5.1" ,
40
40
"protocol-buffers" : " ^3.2.1" ,
46
46
"devDependencies" : {
47
47
"aegir" : " ^11.0.2" ,
48
48
"benchmark" : " ^2.1.4" ,
49
- "chai" : " ^4.1.0 " ,
49
+ "chai" : " ^4.1.2 " ,
50
50
"dirty-chai" : " ^2.0.1" ,
51
51
"pre-commit" : " ^1.2.2"
52
52
},
55
55
" test"
56
56
],
57
57
"engines" : {
58
- "node" : " >=4 .0.0" ,
58
+ "node" : " >=6 .0.0" ,
59
59
"npm" : " >=3.0.0"
60
60
},
61
61
"repository" : {
You can’t perform that action at this time.
0 commit comments