@ember-cli-deploy/plugin-blueprint
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@ember-cli-deploy/plugin-blueprint", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Ember CLI blueprint for initializing a new Ember CLI Deploy plugin", | ||
@@ -8,3 +8,6 @@ "main": "index.js", | ||
"author": "The EmberCLI Deploy Team", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"keywords": [ | ||
"ember-blueprint" | ||
] | ||
} |
11350