forked from loafle/openapi-generator-original
add ngVersion option
This commit is contained in:
@@ -14,21 +14,21 @@
|
||||
"postinstall": "npm run build"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/core": "^2.2.2",
|
||||
"@angular/http": "^2.2.2",
|
||||
"@angular/common": "^2.2.2",
|
||||
"@angular/compiler": "^2.2.2",
|
||||
"@angular/core": "{{#isNg2x}}^2.2.2{{/isNg2x}}{{#isNg4x}}^4.2.5{{/isNg4x}}",
|
||||
"@angular/http": "{{#isNg2x}}^2.2.2{{/isNg2x}}{{#isNg4x}}^4.2.5{{/isNg4x}}",
|
||||
"@angular/common": "{{#isNg2x}}^2.2.2{{/isNg2x}}{{#isNg4x}}^4.2.5{{/isNg4x}}",
|
||||
"@angular/compiler": "{{#isNg2x}}^2.2.2{{/isNg2x}}{{#isNg4x}}^4.2.5{{/isNg4x}}",
|
||||
"core-js": "^2.4.0",
|
||||
"reflect-metadata": "^0.1.3",
|
||||
"rxjs": "^5.1.0",
|
||||
"zone.js": "^0.7.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/core": "^2.2.2",
|
||||
"@angular/http": "^2.2.2",
|
||||
"@angular/common": "^2.2.2",
|
||||
"@angular/compiler": "^2.2.2",
|
||||
"@angular/platform-browser": "^2.2.2",
|
||||
"@angular/core": "{{#isNg2x}}^2.2.2{{/isNg2x}}{{#isNg4x}}^4.2.5{{/isNg4x}}",
|
||||
"@angular/http": "{{#isNg2x}}^2.2.2{{/isNg2x}}{{#isNg4x}}^4.2.5{{/isNg4x}}",
|
||||
"@angular/common": "{{#isNg2x}}^2.2.2{{/isNg2x}}{{#isNg4x}}^4.2.5{{/isNg4x}}",
|
||||
"@angular/compiler": "{{#isNg2x}}^2.2.2{{/isNg2x}}{{#isNg4x}}^4.2.5{{/isNg4x}}",
|
||||
"@angular/platform-browser": "{{#isNg2x}}^2.2.2{{/isNg2x}}{{#isNg4x}}^4.2.5{{/isNg4x}}",
|
||||
"reflect-metadata": "^0.1.3",
|
||||
"rxjs": "5.1.0",
|
||||
"zone.js": "^0.7.6",
|
||||
|
||||
Reference in New Issue
Block a user