Skip to content

Commit

Permalink
[skyapi-fetch] refs #11 Support ES5
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Aug 8, 2019
1 parent 7456d8f commit cac0cf5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/skyapi/fetch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ npm install @simelo/[email protected] --save
_unPublished (not recommended):_

```
npm install @simelo/[email protected] --save
npm install PATH_TO_GENERATED_PACKAGE --save
4 changes: 2 additions & 2 deletions lib/skyapi/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@simelo/skyapi-fetch",
"version": "0.27.0",
"description": "OpenAPI client for skyapi-fetch",
"author": "Maykel Arias Torres",
"description": "OpenAPI client for @simelo/skyapi-fetch",
"author": "OpenAPI-Generator",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts" : {
Expand Down
6 changes: 5 additions & 1 deletion lib/skyapi/fetch/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"compilerOptions": {
"declaration": true,
"target": "es6",
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"outDir": "dist",
"rootDir": ".",
"lib": [
"es6",
"dom"
],
"typeRoots": [
"node_modules/@types"
]
Expand Down

0 comments on commit cac0cf5

Please sign in to comment.