From 9aa08f466b77035cfa02edcfaf9bd9a35794e6c9 Mon Sep 17 00:00:00 2001 From: Kirill Fomichev Date: Thu, 19 Nov 2015 14:10:18 +0300 Subject: [PATCH] Update .travis.yml, allow node v0.10, bump version --- .travis.yml | 28 ++++++++++++++++++++-------- LICENSE | 20 -------------------- README.md | 4 ++-- package.json | 10 +++------- 4 files changed, 25 insertions(+), 37 deletions(-) delete mode 100644 LICENSE diff --git a/.travis.yml b/.travis.yml index 7f4da36..b772830 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,28 @@ +sudo: false language: node_js node_js: + - "0.10" - "0.12" - "4" + - "5" addons: - firefox: "38.0" + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-4.8 before_install: - - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start -install: - - npm install env: - - TEST_SUITE=coveralls - - TEST_SUITE=lint - - TEST_SUITE=test -script: "npm run $TEST_SUITE" + global: + - DISPLAY=:99.0 + - CXX=g++-4.8 + matrix: + - TEST_SUITE=test +matrix: + include: + - node_js: "4" + env: TEST_SUITE=coveralls + - node_js: "4" + env: TEST_SUITE=lint +script: npm run $TEST_SUITE diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 826b57b..0000000 --- a/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015 Kirill Fomichev - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md index 00ebf72..d229f57 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # script2addresses -[![build status](https://img.shields.io/travis/fanatid/script2addresses.svg?branch=master&style=flat-square)](http://travis-ci.org/fanatid/script2addresses) +[![NPM Package](https://img.shields.io/npm/v/script2addresses.svg?style=flat-square)](https://www.npmjs.org/package/script2addresses) +[![Build Status](https://img.shields.io/travis/fanatid/script2addresses.svg?branch=master&style=flat-square)](https://travis-ci.org/fanatid/script2addresses) [![Coverage Status](https://img.shields.io/coveralls/fanatid/script2addresses.svg?style=flat-square)](https://coveralls.io/r/fanatid/script2addresses) [![Dependency status](https://img.shields.io/david/fanatid/script2addresses.svg?style=flat-square)](https://david-dm.org/fanatid/script2addresses#info=dependencies) [![Dev Dependency status](https://img.shields.io/david/fanatid/script2addresses.svg?style=flat-square)](https://david-dm.org/fanatid/script2addresses#info=devDependencies) -[![NPM](https://nodei.co/npm/script2addresses.png)](https://www.npmjs.com/package/script2addresses) [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) ## Installation diff --git a/package.json b/package.json index 22bd038..0e1e065 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "script2addresses", - "version": "1.1.0", + "version": "1.2.0", "description": "Transform bitcoin script to bitcoin addresses", "keywords": [ "bitcoin", @@ -15,13 +15,9 @@ "url": "https://github.com/fanatid/script2addresses/issues" }, "license": "MIT", - "author": { - "name": "Kirill Fomichev", - "email": "fanatid@ya.ru" - }, + "author": "Kirill Fomichev ", "files": [ "src", - "LICENSE", "README.md" ], "main": "./src/index.js", @@ -58,7 +54,7 @@ "standard": "^5.4.1" }, "engines": { - "node": ">=0.12" + "node": ">=0.10" }, "standard": { "globals": [