strip-shebang
Advanced tools
Comparing version 0.1.0 to 1.0.0
{ | ||
"name": "strip-shebang", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "Strip shebang (eg. #!/bin/sh) from a string", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -1,2 +0,2 @@ | ||
# strip-shebang [![Build Status](https://travis-ci.org/sindresorhus/strip-shebang.png?branch=master)](https://travis-ci.org/sindresorhus/strip-shebang) | ||
# strip-shebang [![Build Status](https://travis-ci.org/sindresorhus/strip-shebang.svg?branch=master)](https://travis-ci.org/sindresorhus/strip-shebang) | ||
@@ -8,3 +8,3 @@ > Strip [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) *(eg. `#!/bin/sh`)* from a string | ||
```bash | ||
```sh | ||
$ npm install --save strip-shebang | ||
@@ -14,3 +14,3 @@ ``` | ||
## Example | ||
## Usage | ||
@@ -33,2 +33,2 @@ ```js | ||
[MIT](http://opensource.org/licenses/MIT) © [Sindre Sorhus](http://sindresorhus.com) | ||
MIT © [Sindre Sorhus](http://sindresorhus.com) |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
1292