Comparing version 0.2.1 to 0.2.2
@@ -34,3 +34,3 @@ module.exports = { | ||
type: 'model', | ||
name: 'userInput' | ||
name: 'userInput', | ||
parameters: 'name:string description:string' | ||
@@ -67,6 +67,5 @@ }] | ||
}, | ||
//runs ember generate <string> command. | ||
//could take parameters such as 'resource ' + inputs.resourceName '' | ||
//runs ember generate <type> <name> <parameters> command for each object in the array | ||
generates: [{ | ||
type: 'resource' | ||
type: 'resource', | ||
name: 'user', | ||
@@ -73,0 +72,0 @@ parameters: 'username:string' |
{ | ||
"name": "sane-auth", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "A Sane Stack Addon giving you basic OAauth2-JWT authentication for the full stack", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
17685
394