Skip to content

Commit

Permalink
Merge pull request #33 from kbarbounakis/update-ts-and-rollup
Browse files Browse the repository at this point in the history
Update ts and rollup
  • Loading branch information
kbarbounakis authored Sep 26, 2020
2 parents bc27b58 + fd0957c commit d270cb3
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 12 deletions.
2 changes: 1 addition & 1 deletion modules/@themost/express/package-lock.json

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

2 changes: 1 addition & 1 deletion modules/@themost/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@themost/express",
"version": "1.5.12",
"version": "1.5.13",
"description": "MOST Data ORM Express Middleware",
"main": "dist/themost_express.cjs.js",
"module": "dist/themost_express.esm.js",
Expand Down
48 changes: 40 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
"rollup": "^1.27.6",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-dts": "^1.1.12",
"rollup-plugin-dts": "^1.4.13",
"rollup-plugin-node-resolve": "^5.2.0",
"rxjs": "^6.5.4",
"supertest": "^4.0.2",
"symbol": "^0.3.1",
"tslint": "^5.20.1",
"typescript": "^3.7.2"
"typescript": "^4.0.3"
},
"dependencies": {}
}

0 comments on commit d270cb3

Please sign in to comment.