ember-cli-update
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "ember-cli-update", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Update Ember CLI Ember.js apps and addons", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -36,7 +36,7 @@ # ember-cli-update | ||
| Option | Description | Examples | Default | | ||
|---|---|---|---| | ||
| --from | Use a starting version that is different than what is in your package.json | "2.8.0" "2.9.1" | | | ||
| --to | Update to a version that isn\'t latest | "2.14.1" "~2.15" "latest" "beta" | "latest" | | ||
| --ignore-conflict | Handle merge conflicts yourself | | false | | ||
| Option | Description | Type | Examples | Default | | ||
|---|---|---|---|---| | ||
| --from | Use a starting version that is different than what is in your package.json | String | "2.9.1" | | | ||
| --to | Update to a version that isn\'t latest | String | "2.14.1" "~2.15" "latest" "beta" | "latest" | | ||
| --ignore-conflict | Handle merge conflicts yourself | Boolean | | false | | ||
@@ -43,0 +43,0 @@ ## Hints |
module.exports = { | ||
'from': { | ||
type: 'string', | ||
description: 'Use a starting version that is different than what is in your package.json ("2.8.0", "2.9.1")' | ||
description: 'Use a starting version that is different than what is in your package.json ("2.9.1")' | ||
}, | ||
@@ -6,0 +6,0 @@ 'to': { |
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
8966