mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 02:57:04 +00:00
Move @angular dependencies to peerDependencies
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "typings install && tsc"
|
"build": "typings install && tsc"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"peerDependencies": {
|
||||||
"@angular/common": "^2.0.0-rc.1",
|
"@angular/common": "^2.0.0-rc.1",
|
||||||
"@angular/compiler": "^2.0.0-rc.1",
|
"@angular/compiler": "^2.0.0-rc.1",
|
||||||
"@angular/core": "^2.0.0-rc.1",
|
"@angular/core": "^2.0.0-rc.1",
|
||||||
@@ -23,8 +23,6 @@
|
|||||||
"@angular/platform-browser": "^2.0.0-rc.1",
|
"@angular/platform-browser": "^2.0.0-rc.1",
|
||||||
"@angular/platform-browser-dynamic": "^2.0.0-rc.1",
|
"@angular/platform-browser-dynamic": "^2.0.0-rc.1",
|
||||||
"core-js": "^2.3.0"
|
"core-js": "^2.3.0"
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"rxjs": "^5.0.0-beta.6",
|
"rxjs": "^5.0.0-beta.6",
|
||||||
"zone.js": "^0.6.12"
|
"zone.js": "^0.6.12"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
## @swagger/angular2-typescript-petstore@0.0.1-SNAPSHOT.201605041838
|
## @swagger/angular2-typescript-petstore@0.0.1-SNAPSHOT.201605061603
|
||||||
|
|
||||||
### Building
|
### Building
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ navigate to the folder of your consuming project and run one of next commando's.
|
|||||||
_published:_
|
_published:_
|
||||||
|
|
||||||
```
|
```
|
||||||
npm install @swagger/angular2-typescript-petstore@0.0.1-SNAPSHOT.201605041838 --save
|
npm install @swagger/angular2-typescript-petstore@0.0.1-SNAPSHOT.201605061603 --save
|
||||||
```
|
```
|
||||||
|
|
||||||
_unPublished (not recommended):_
|
_unPublished (not recommended):_
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swagger/angular2-typescript-petstore",
|
"name": "@swagger/angular2-typescript-petstore",
|
||||||
"version": "0.0.1-SNAPSHOT.201605041838",
|
"version": "0.0.1-SNAPSHOT.201605061603",
|
||||||
"description": "swagger client for @swagger/angular2-typescript-petstore",
|
"description": "swagger client for @swagger/angular2-typescript-petstore",
|
||||||
"author": "Swagger Codegen Contributors",
|
"author": "Swagger Codegen Contributors",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "typings install && tsc"
|
"build": "typings install && tsc"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"peerDependencies": {
|
||||||
"@angular/common": "^2.0.0-rc.1",
|
"@angular/common": "^2.0.0-rc.1",
|
||||||
"@angular/compiler": "^2.0.0-rc.1",
|
"@angular/compiler": "^2.0.0-rc.1",
|
||||||
"@angular/core": "^2.0.0-rc.1",
|
"@angular/core": "^2.0.0-rc.1",
|
||||||
@@ -23,8 +23,6 @@
|
|||||||
"@angular/platform-browser": "^2.0.0-rc.1",
|
"@angular/platform-browser": "^2.0.0-rc.1",
|
||||||
"@angular/platform-browser-dynamic": "^2.0.0-rc.1",
|
"@angular/platform-browser-dynamic": "^2.0.0-rc.1",
|
||||||
"core-js": "^2.3.0"
|
"core-js": "^2.3.0"
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"rxjs": "^5.0.0-beta.6",
|
"rxjs": "^5.0.0-beta.6",
|
||||||
"zone.js": "^0.6.12"
|
"zone.js": "^0.6.12"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user