This repository was archived by the owner on Mar 10, 2020. It is now read-only.
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
IPFS API wrapper library in JavaScript
2
2
======================================
3
3
4
- [ ![ ] ( https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square )] ( http://ipn.io ) [ ![ ] ( https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square )] ( http://ipfs.io/ ) [ ![ ] ( https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square )] ( http://webchat.freenode.net/?channels=%23ipfs ) [ ![ dignified.js ] ( https://img.shields.io/badge/follows-dignified.js-blue.svg?style=flat-square )] ( https://github.com/dignifiedquire/dignified.js )
4
+ [ ![ ] ( https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square )] ( http://ipn.io ) [ ![ ] ( https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square )] ( http://ipfs.io/ ) [ ![ ] ( https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square )] ( http://webchat.freenode.net/?channels=%23ipfs )
5
5
[ ![ Dependency Status] ( https://david-dm.org/ipfs/js-ipfs-api.svg?style=flat-square )] ( https://david-dm.org/ipfs/js-ipfs-api )
6
6
[ ![ Travis CI] ( https://travis-ci.org/ipfs/js-ipfs-api.svg?branch=master )] ( https://travis-ci.org/ipfs/js-ipfs-api )
7
7
[ ![ Circle CI] ( https://circleci.com/gh/ipfs/js-ipfs-api.svg?style=svg )] ( https://circleci.com/gh/ipfs/js-ipfs-api )
Original file line number Diff line number Diff line change 3
3
const gulp = require ( 'gulp' )
4
4
5
5
require ( './tasks/test' )
6
- require ( 'dignified.js /gulp' ) ( gulp )
6
+ require ( 'aegir /gulp' ) ( gulp )
Original file line number Diff line number Diff line change 23
23
},
24
24
"devDependencies" : {
25
25
"chai" : " ^3.5.0" ,
26
- "dignified.js " : " ^1 .0.0" ,
26
+ "aegir " : " ^2 .0.0" ,
27
27
"gulp" : " ^3.9.1" ,
28
28
"ipfsd-ctl" : " ^0.9.1" ,
29
29
"pre-commit" : " ^1.1.2" ,
35
35
"test" : " gulp test" ,
36
36
"test:node" : " gulp test:node" ,
37
37
"test:browser" : " gulp test:browser" ,
38
- "lint" : " dignified -lint" ,
39
- "build" : " dignified -build" ,
40
- "release" : " dignified -release"
38
+ "lint" : " aegir -lint" ,
39
+ "build" : " aegir -build" ,
40
+ "release" : " aegir -release"
41
41
},
42
42
"pre-commit" : [
43
43
" lint" ,
59
59
"url" : " https://github.com/ipfs/js-ipfs-api/issues"
60
60
},
61
61
"homepage" : " https://github.com/ipfs/js-ipfs-api" ,
62
- "dignified " : {
62
+ "aegir " : {
63
63
"webpack" : {
64
64
"module" : {
65
65
"postLoaders" : [{
You can’t perform that action at this time.
0 commit comments