Comparing version 2.2.0 to 2.2.1
@@ -24,3 +24,3 @@ import * as express from 'express'; | ||
interface Service<T> extends events.EventEmitter { | ||
interface Service<T extends any> extends events.EventEmitter { | ||
@@ -27,0 +27,0 @@ /** |
{ | ||
"name": "feathers", | ||
"description": "Build Better APIs, Faster than Ever.", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"homepage": "http://feathersjs.com", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -24,3 +24,3 @@ <img style="width: 100%; max-width: 400px;" src="http://feathersjs.com/img/feathers-logo-wide.png" alt="Feathers logo"> | ||
$ cd my-new-app/ | ||
$ feathers generate | ||
$ feathers generate app | ||
$ npm start | ||
@@ -27,0 +27,0 @@ ``` |
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
24036