Comparing version
{ | ||
"name": "bail", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Throw a given error", | ||
@@ -15,2 +15,6 @@ "license": "MIT", | ||
"bugs": "https://github.com/wooorm/bail/issues", | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/wooorm" | ||
}, | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
@@ -26,9 +30,9 @@ "contributors": [ | ||
"browserify": "^16.0.0", | ||
"nyc": "^14.0.0", | ||
"prettier": "^1.12.0", | ||
"remark-cli": "^6.0.0", | ||
"remark-preset-wooorm": "^4.0.0", | ||
"nyc": "^15.0.0", | ||
"prettier": "^1.0.0", | ||
"remark-cli": "^7.0.0", | ||
"remark-preset-wooorm": "^6.0.0", | ||
"tape": "^4.0.0", | ||
"tinyify": "^2.5.0", | ||
"xo": "^0.24.0" | ||
"tinyify": "^2.0.0", | ||
"xo": "^0.25.0" | ||
}, | ||
@@ -35,0 +39,0 @@ "scripts": { |
@@ -10,11 +10,11 @@ # bail | ||
## Installation | ||
## Install | ||
[npm][npm-install]: | ||
[npm][]: | ||
```bash | ||
```sh | ||
npm install bail | ||
``` | ||
## Usage | ||
## Use | ||
@@ -30,3 +30,3 @@ ```js | ||
// at REPLServer.defaultEval (repl.js:154:27) | ||
// ... | ||
// … | ||
``` | ||
@@ -76,3 +76,3 @@ | ||
[npm-install]: https://docs.npmjs.com/cli/install | ||
[npm]: https://docs.npmjs.com/cli/install | ||
@@ -79,0 +79,0 @@ [license]: license |
4301
1.44%