@adonisjs/ignitor
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -0,1 +1,6 @@ | ||
<a name="1.0.9"></a> | ||
## [1.0.9](https://github.com/adonisjs/adonis-ignitor/compare/v1.0.8...v1.0.9) (2017-08-22) | ||
<a name="1.0.8"></a> | ||
@@ -2,0 +7,0 @@ ## [1.0.8](https://github.com/adonisjs/adonis-ignitor/compare/v1.0.7...v1.0.8) (2017-08-22) |
{ | ||
"name": "@adonisjs/ignitor", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Fire the adonis-app (in good sense)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -594,3 +594,4 @@ 'use strict' | ||
ace.wireUpWithCommander() | ||
ace.invoke(this._packageFile) | ||
const version = this._packageFile['adonis-version'] || 'NA' | ||
ace.invoke({ version }) | ||
} | ||
@@ -597,0 +598,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
30424
879