Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "is-dotfile", | ||
"description": "Return true if a file path is (or has) a dotfile.", | ||
"version": "1.0.0", | ||
"homepage": "https://github.com/regexps/is-dotfile", | ||
"version": "1.0.1", | ||
"homepage": "https://github.com/jonschlinkert/is-dotfile", | ||
"author": { | ||
@@ -12,11 +12,8 @@ "name": "Jon Schlinkert", | ||
"type": "git", | ||
"url": "git://github.com/regexps/is-dotfile.git" | ||
"url": "git://github.com/jonschlinkert/is-dotfile.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/regexps/is-dotfile/issues" | ||
"url": "https://github.com/jonschlinkert/is-dotfile/issues" | ||
}, | ||
"license": { | ||
"type": "MIT", | ||
"url": "https://github.com/regexps/is-dotfile/blob/master/LICENSE-MIT" | ||
}, | ||
"license": "MIT", | ||
"files": [ | ||
@@ -30,3 +27,3 @@ "index.js" | ||
"scripts": { | ||
"test": "mocha -R spec" | ||
"test": "mocha" | ||
}, | ||
@@ -36,4 +33,3 @@ "devDependencies": { | ||
"dotfile-regex": "^0.1.2", | ||
"mocha": "*", | ||
"should": "*" | ||
"mocha": "*" | ||
}, | ||
@@ -40,0 +36,0 @@ "keywords": [ |
@@ -5,6 +5,8 @@ # is-dotfile [![NPM version](https://badge.fury.io/js/is-dotfile.svg)](http://badge.fury.io/js/is-dotfile) | ||
## Install with [npm](npmjs.org) | ||
## Install | ||
```bash | ||
npm i is-dotfile --save | ||
Install with [npm](https://www.npmjs.com/) | ||
```sh | ||
$ npm i is-dotfile --save | ||
``` | ||
@@ -33,26 +35,34 @@ | ||
## Run tests | ||
## Related projects | ||
* [dotfile-regex](https://github.com/regexps/dotfile-regex): Regular expresson for matching dotfiles. | ||
* [is-glob](https://github.com/jonschlinkert/is-glob): Returns `true` if the given string looks like a glob pattern. | ||
* [micromatch](https://github.com/jonschlinkert/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. Just… [more](https://github.com/jonschlinkert/micromatch) | ||
## Running tests | ||
Install dev dependencies: | ||
```bash | ||
npm i -d && npm test | ||
```sh | ||
$ npm i -d && npm test | ||
``` | ||
## Contributing | ||
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/regexps/is-dotfile/issues) | ||
## Author | ||
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/is-dotfile/issues/new) | ||
## Authors | ||
**Jon Schlinkert** | ||
+ [github/jonschlinkert](https://github.com/jonschlinkert) | ||
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) | ||
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) | ||
## License | ||
Copyright (c) 2015 Jon Schlinkert | ||
Released under the MIT license | ||
Copyright © 2015 Jon Schlinkert | ||
Released under the MIT license. | ||
*** | ||
_This file was generated by [verb](https://github.com/assemble/verb) on January 23, 2015._ | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 25, 2015._ |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3912
3
4
1
0
66