UNPKG
did-document-public-key
Version:
latest (0.5.1)
0.5.1
0.5.0
0.3.0
0.1.2
0.1.1
0.1.0
Decentralized Identity (DID) Document (DDO) Public Key interface
did-document-public-key
/
.travis.yml
12 lines
(11 loc)
•
145 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
language: node_js
node_js:
-
"8"
install:
- npm install
script:
- npm run test - npm run lint
cache:
directories: -
"node_modules"