+3
-1
@@ -0,10 +1,12 @@ | ||
| sudo: false | ||
| language: node_js | ||
| node_js: | ||
| - "iojs" | ||
| - "0.10" | ||
| - "0.11" | ||
| - "0.12" | ||
| matrix: | ||
| allow_failures: | ||
| - node_js: "0.10" | ||
| fast_finish: true | ||
| script: "npm run-script test-travis" | ||
| after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls" |
+6
-0
| ## v1.0.1 / March 02, 2015 | ||
| - Release v1.0.1 / npm@v1.0.1 | ||
| - run `update readme` | ||
| - bump deps | ||
| - faster travis | ||
| ## v1.0.0 / January 26, 2015 | ||
@@ -4,0 +10,0 @@ - Release v1.0.0 / npm@v1.0.0 |
+4
-5
| { | ||
| "name": "week-hours", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Get the number of hours in a week.", | ||
@@ -12,3 +12,3 @@ "scripts": { | ||
| "author": { | ||
| "name": "Charlike Make Reagent", | ||
| "name": "Charlike Mike Reagent", | ||
| "email": "mameto_100@mail.bg", | ||
@@ -59,6 +59,5 @@ "url": "https://github.com/tunnckoCore" | ||
| "devDependencies": { | ||
| "istanbul-harmony": "^0.3.1", | ||
| "mocha": "*", | ||
| "mocha-lcov-reporter": "^0.0.1" | ||
| "istanbul-harmony": "~0.3.1", | ||
| "mocha": "~2.1.0" | ||
| } | ||
| } |
+3
-3
@@ -6,4 +6,4 @@ ## [![npm][npmjs-img]][npmjs-url] [![mit license][license-img]][license-url] [![build status][travis-img]][travis-url] [![coverage status][coveralls-img]][coveralls-url] | ||
| ## Install | ||
| ```bash | ||
| npm install week-hours | ||
| ``` | ||
| npm i --save week-hours | ||
| npm test | ||
@@ -70,2 +70,2 @@ ``` | ||
| _Powered and automated by [kdf](https://github.com/tunnckoCore), January 26, 2015_ | ||
| _Powered and automated by [kdf](https://github.com/tunnckoCore), March 02, 2015_ |
11561
0.74%2
-33.33%