Skip to content

Commit

Permalink
Updated the version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfpg committed Mar 25, 2020
1 parent 0e12a15 commit 7e88b74
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 23 deletions.
41 changes: 24 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-openapi-gen",
"version": "0.8.2",
"version": "0.9.0",
"license": "MIT",
"author": "Cyclos development team",
"description": "An OpenAPI 3 codegen for Angular 7+",
Expand Down Expand Up @@ -31,8 +31,8 @@
"@types/json-schema": "^7.0.4",
"@types/lodash": "^4.14.149",
"@types/mkdirp": "^0.5.2",
"@types/node": "^12.12.30",
"@types/rimraf": "^2.0.3",
"@types/node": "^12.12.31",
"@types/rimraf": "^2.0.4",
"argparse": "^1.0.10",
"eol": "^0.9.1",
"esm": "^3.2.25",
Expand All @@ -42,17 +42,17 @@
"json-schema": "^0.2.5",
"json-schema-ref-parser": "^7.1.4",
"lodash": "^4.17.15",
"mkdirp": "^0.5.1",
"mkdirp": "^0.5.4",
"rimraf": "^2.7.1",
"ts-node": "^8.6.2",
"ts-node": "^8.8.1",
"typescript": "^3.8.3"
},
"peerDependencies": {
"@angular/core": ">=7.0.0",
"rxjs": ">=6.0.0"
},
"devDependencies": {
"@types/jasmine": "^3.5.9",
"@types/jasmine": "^3.5.10",
"jasmine": "^3.5.0",
"jasmine-spec-reporter": "^4.2.1",
"jasmine-ts": "^0.3.0",
Expand Down

0 comments on commit 7e88b74

Please sign in to comment.