Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "promiso", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Powerful promise utilities for any JS environment", | ||
@@ -9,6 +9,10 @@ "main": "lib/index.js", | ||
"build": "tsc", | ||
"clean": "trash ./lib/", | ||
"clean": "trash ./lib/ ./coverage/", | ||
"lint": "tslint --project tsconfig.json", | ||
"fix": "tslint --project tsconfig.json --fix", | ||
"prepare": "npm-run-all lint clean build" | ||
"test": "jest", | ||
"coverage:open": "opener ./coverage/lcov-report/index.html", | ||
"coverage": "npm-run-all test coverage:open", | ||
"prepare": "npm-run-all clean build", | ||
"prepublishOnly": "npm-run-all lint test" | ||
}, | ||
@@ -31,4 +35,8 @@ "repository": { | ||
"devDependencies": { | ||
"coveralls": "3.0.0", | ||
"jest": "21.2.1", | ||
"npm-run-all": "4.1.2", | ||
"opener": "1.4.3", | ||
"trash-cli": "1.4.0", | ||
"ts-jest": "21.2.4", | ||
"tslint": "5.8.0", | ||
@@ -35,0 +43,0 @@ "typescript": "2.6.2" |
@@ -5,4 +5,6 @@ # Promiso | ||
[![npm version](https://img.shields.io/npm/v/promiso.svg)](https://www.npmjs.com/package/promiso) | ||
[![npm downloads](https://img.shields.io/npm/dt/promiso.svg)](https://www.npmjs.com/package/promiso) | ||
[![NPM version](https://img.shields.io/npm/v/promiso.svg)](https://www.npmjs.com/package/promiso) | ||
[![NPM downloads](https://img.shields.io/npm/dt/promiso.svg)](https://www.npmjs.com/package/promiso) | ||
[![Build status][build-badge]][build-link] | ||
[![Coverage status][coverage-badge]][coverage-link] | ||
@@ -38,2 +40,6 @@ ## Installation | ||
[build-badge]: https://travis-ci.org/AndyBarron/promiso.svg?branch=master | ||
[build-link]: https://travis-ci.org/AndyBarron/promiso | ||
[coverage-badge]: https://coveralls.io/repos/github/AndyBarron/promiso/badge.svg?branch=master | ||
[coverage-link]: https://coveralls.io/github/AndyBarron/promiso?branch=master | ||
[promise-polyfill]: https://github.com/stefanpenner/es6-promise#auto-polyfill |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
182423
5252
44
8
17