Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 2666016

Browse files
chore: Ready for release
1 parent 1a7a4cd commit 2666016

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.npmignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
test/repo-just-for-test*
1+
test
22

33
# Logs
44
logs

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![](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) [![Dependency Status](https://david-dm.org/ipfs/js-ipfs-ipld.svg?style=flat-square)](https://david-dm.org/ipfs/js-ipfs-ipld)
44
[![Travis CI](https://travis-ci.org/ipfs/js-ipfs-ipld.svg?branch=master)](https://travis-ci.org/ipfs/js-ipfs-ipld)
5+
[![Circle CI](https://circleci.com/gh/ipfs/js-ipfs-ipld.svg?style=svg)](https://circleci.com/gh/ipfs/js-ipfs-ipld)
56

67
> JavaScript implementation of the IPLDService
78

circle.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
machine:
2+
node:
3+
version: stable

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@
4444
"rimraf": "^2.5.2"
4545
},
4646
"dependencies": {
47+
"babel-runtime": "^6.6.1",
4748
"bs58": "^3.0.0",
4849
"ipfs-blocks": "^0.1.2",
49-
"ipld": "^0.5.0",
50+
"ipld": "^0.5.2",
5051
"is-ipfs": "^0.2.0",
5152
"lodash.flatten": "^4.1.1",
5253
"lodash.includes": "^4.1.2"

0 commit comments

Comments
 (0)