Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Merge pull request #69 from bitpay/chore/update-deps
Browse files Browse the repository at this point in the history
Chore/update deps
  • Loading branch information
matiu authored Nov 30, 2018
2 parents a797bb6 + 3ddf49e commit e1edf49
Show file tree
Hide file tree
Showing 10 changed files with 6,012 additions and 9,313 deletions.
17 changes: 13 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
language: node_js
sudo: false
node_js:
- '8'
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- npm install bitcore-lib
- npm install
- npm ci
after_script:
- gulp coveralls

cache:
directories:
- "$HOME/.npm"

dist: trusty # needs Ubuntu Trusty
# Note: if you switch to sudo: false, you'll need to launch Chrome with --no-sandbox.
# See https://github.com/travis-ci/travis-ci/issues/8836
sudo: required
addons:
chrome: stable # have Travis install Chrome stable.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ A module for [bitcore](https://github.com/bitpay/bitcore) that implements [Mnemo

## Getting Started

This library is distributed in both the npm and bower packaging systems.
This library is distributed in both the npm packaging systems.

```sh
npm install bitcore-lib # this to install bitcore-lib since it is a peerDependecy
npm install bitcore-mnemonic
bower install bitcore-mnemonic
```

There are many examples of how to use it on the developer guide [section for mnemonic](http://bitcore.io/guide/module/mnemonic/index.html). For example, the following code would generate a new random mnemonic code and convert it to a `HDPrivateKey`.
Expand Down
3,814 changes: 1,851 additions & 1,963 deletions bitcore-mnemonic.js

Large diffs are not rendered by default.

Binary file removed bitcore-mnemonic.js.sig
Binary file not shown.
16 changes: 0 additions & 16 deletions bitcore-mnemonic.min.js

This file was deleted.

Binary file removed bitcore-mnemonic.min.js.sig
Binary file not shown.
31 changes: 0 additions & 31 deletions bower.json

This file was deleted.

6 changes: 2 additions & 4 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
'use strict';

var gulp_bitcore = require('bitcore-build');

gulp_bitcore('mnemonic');
var startGulp = require('bitcore-build');
Object.assign(exports, startGulp('mnemonic'))

Loading

0 comments on commit e1edf49

Please sign in to comment.