Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ono", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Throw better errors.", | ||
@@ -24,7 +24,7 @@ "keywords": [ | ||
"lint": "jshint . --verbose && jscs . --verbose", | ||
"browserify": "simplifyify lib/index.js --outfile dist/ono.js --standalone ono --debug --minify", | ||
"browserify": "simplifyify lib/index.js --outfile dist/ono.js --standalone ono --debug --minify --test", | ||
"watch": "npm run browserify -- --watch", | ||
"test": "istanbul cover _mocha -- --bail --recursive tests && npm run karma", | ||
"mocha": "mocha --bail --recursive tests", | ||
"karma": "npm run browserify -- --test && karma start --single-run", | ||
"karma": "karma start --single-run", | ||
"upgrade": "npm-check-updates -u && npm update", | ||
@@ -31,0 +31,0 @@ "bump": "bump --prompt --tag --push --all", |
@@ -5,8 +5,8 @@ ono (Oh No!) | ||
[![Build Status](https://img.shields.io/travis/BigstickCarpet/ono.svg)](https://travis-ci.org/BigstickCarpet/ono) | ||
[![Coverage Status](https://img.shields.io/coveralls/BigstickCarpet/ono.svg)](https://coveralls.io/r/BigstickCarpet/ono) | ||
[![Code Climate Score](https://img.shields.io/codeclimate/github/BigstickCarpet/ono.svg)](https://codeclimate.com/github/BigstickCarpet/ono) | ||
[![Dependencies](https://img.shields.io/david/BigstickCarpet/ono.svg)](https://david-dm.org/BigstickCarpet/ono) | ||
[![Build Status](https://api.travis-ci.org/BigstickCarpet/ono.svg)](https://travis-ci.org/BigstickCarpet/ono) | ||
[![Dependencies](https://david-dm.org/BigstickCarpet/ono.svg)](https://david-dm.org/BigstickCarpet/ono) | ||
[![Coverage Status](https://coveralls.io/repos/BigstickCarpet/ono/badge.svg?branch=master&service=github)](https://coveralls.io/r/BigstickCarpet/ono) | ||
[![Code Climate Score](https://codeclimate.com/github/BigstickCarpet/ono/badges/gpa.svg)](https://codeclimate.com/github/BigstickCarpet/ono) | ||
[![Codacy Score](https://www.codacy.com/project/badge/5385a27383174c3089145ec626ffb25b)](https://www.codacy.com/public/jamesmessinger/ono) | ||
[![Inline docs](http://inch-ci.org/github/BigstickCarpet/ono.svg?branch=master&style=shields)](http://inch-ci.org/github/BigstickCarpet/ono) | ||
[![Downloads](https://img.shields.io/npm/dm/ono.svg)](https://www.npmjs.com/package/ono) | ||
@@ -13,0 +13,0 @@ [![npm](http://img.shields.io/npm/v/ono.svg)](https://www.npmjs.com/package/ono) |
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
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
109094