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

Commit

Permalink
feat: update module: name, ci, packages
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Aug 25, 2017
1 parent cca3c6e commit bbaf528
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 26 deletions.
18 changes: 7 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
sudo: false
language: node_js

matrix:
include:
- node_js: 4
env: CXX=g++-4.8
- node_js: 6
env:
- SAUCE=true
- CXX=g++-4.8
- node_js: stable
env: CXX=g++-4.8

# Make sure we have new NPM.
before_install:
- npm install -g npm
- node_js: 8
env: CXX=g++-4.8
# - node_js: stable
# env: CXX=g++-4.8

script:
- npm run lint
- npm test
- npm run test
- npm run coverage
- make test

before_script:
- export DISPLAY=:99.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# js-ipld-eth-star
# js-ipld-ethereum

[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
[![](https://img.shields.io/badge/project-IPLD-blue.svg?style=flat-square)](http://github.com/ipld/ipld)
Expand All @@ -9,7 +9,7 @@
## Install

```sh
$ npm install ipld-eth-star
> npm install ipld-ethereum
```

## Usage
Expand Down
11 changes: 6 additions & 5 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@

machine:
node:
version: stable

dependencies:
pre:
- google-chrome --version
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
- sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
- curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome.deb || true
- sudo apt-get update
- sudo apt-get --only-upgrade install google-chrome-stable
- google-chrome --version
- sudo apt-get install -f
- sudo apt-get install --only-upgrade lsb-base
- sudo dpkg -i google-chrome.deb
- google-chrome --version
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ipld-eth-star",
"name": "ipld-ethereum",
"version": "1.4.1",
"description": "JavaScript Implementation of All Ethereum IPLD formats",
"main": "src/index.js",
Expand All @@ -24,14 +24,14 @@
"ethereumjs-block": "^1.6.0",
"ethereumjs-tx": "^1.3.3",
"ipfs-block": "^0.6.0",
"merkle-patricia-tree": "^2.1.2",
"multihashes": "^0.4.5",
"merkle-patricia-tree": "^2.2.0",
"multihashes": "^0.4.8",
"multihashing-async": "^0.4.6",
"rlp": "^2.0.0"
},
"devDependencies": {
"aegir": "^11.0.2",
"chai": "^4.1.0",
"chai": "^4.1.1",
"dirty-chai": "^2.0.1"
},
"contributors": [
Expand All @@ -42,10 +42,10 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipld/js-ipld-eth-star.git"
"url": "git+https://github.com/ipld/js-ipld-ethereum.git"
},
"bugs": {
"url": "https://github.com/ipld/js-ipld-eth-star/issues"
"url": "https://github.com/ipld/js-ipld-ethereum/issues"
},
"homepage": "https://github.com/ipld/js-ipld-eth-star#readme"
}
"homepage": "https://github.com/ipld/js-ipld-ethereum#readme"
}

0 comments on commit bbaf528

Please sign in to comment.