Comparing version 0.1.5 to 0.2.0
@@ -32,3 +32,7 @@ module.exports = { | ||
addBowerPackages: [{}], | ||
commands: [""] | ||
generate: [{ | ||
type: 'model', | ||
name: 'userInput' | ||
parameters: 'name:string description:string' | ||
}] | ||
} | ||
@@ -63,3 +67,9 @@ } | ||
}, | ||
commands: ['ember g resource user username:string'] | ||
//runs ember generate <string> command. | ||
//could take parameters such as 'resource ' + inputs.resourceName '' | ||
generate: [{ | ||
type: 'resource' | ||
name: 'user', | ||
parameters: 'username:string' | ||
}] | ||
}); | ||
@@ -66,0 +76,0 @@ |
{ | ||
"name": "sane-auth", | ||
"version": "0.1.5", | ||
"version": "0.2.0", | ||
"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
17710
395