express-generator
Advanced tools
Comparing version 4.11.1 to 4.11.2
{ | ||
"name": "express-generator", | ||
"description": "Express' application generator", | ||
"version": "4.11.1", | ||
"version": "4.11.2", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
@@ -38,3 +38,2 @@ "contributors": [ | ||
"devDependencies": { | ||
"after": "0.8.1", | ||
"mocha": "~2.1.0", | ||
@@ -54,4 +53,4 @@ "rimraf": "~2.2.8", | ||
"test": "mocha --reporter spec --bail --check-leaks test/", | ||
"test-travis": "mocha --reporter spec --bail --check-leaks test/" | ||
"test-ci": "mocha --reporter spec --check-leaks test/" | ||
} | ||
} |
@@ -7,3 +7,4 @@ [![Express Logo](https://i.cloudup.com/zfY6lL7eFa-3000x3000.png)](http://expressjs.com/) | ||
[![NPM Downloads][downloads-image]][downloads-url] | ||
[![Build Status][travis-image]][travis-url] | ||
[![Linux Build][travis-image]][travis-url] | ||
[![Windows Build][appveyor-image]][appveyor-url] | ||
[![Gratipay][gratipay-image]][gratipay-url] | ||
@@ -58,4 +59,6 @@ | ||
[npm-url]: https://npmjs.org/package/express-generator | ||
[travis-image]: https://img.shields.io/travis/expressjs/generator/master.svg?style=flat | ||
[travis-image]: https://img.shields.io/travis/expressjs/generator/master.svg?label=linux&style=flat | ||
[travis-url]: https://travis-ci.org/expressjs/generator | ||
[appveyor-image]: https://img.shields.io/appveyor/ci/dougwilson/generator/master.svg?label=windows&style=flat | ||
[appveyor-url]: https://ci.appveyor.com/project/dougwilson/generator | ||
[downloads-image]: https://img.shields.io/npm/dm/express-generator.svg?style=flat | ||
@@ -62,0 +65,0 @@ [downloads-url]: https://npmjs.org/package/express-generator |
Sorry, the diff of this file is not supported yet
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
18961
3
66