Skip to content

Commit

Permalink
Merge pull request #48 from codyjdalton/0.2.1
Browse files Browse the repository at this point in the history
0.2.1: Update dependencies
  • Loading branch information
codyjdalton authored May 14, 2018
2 parents dbac613 + 7d74941 commit b3dee8f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@litstack/core",
"version": "0.2.0",
"version": "0.2.1",
"description": "## Vision",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.3",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0-beta.4",
"supertest": "^3.0.0"
"rxjs": "^6.1.0",
"supertest": "^3.1.0"
},
"devDependencies": {
"@types/chai": "^4.1.3",
Expand All @@ -21,7 +21,7 @@
"coveralls": "^3.0.1",
"mocha": "^5.1.1",
"nyc": "^11.7.3",
"source-map-support": "^0.5.5",
"source-map-support": "^0.5.6",
"ts-node": "^6.0.3",
"typescript": "^2.8.3"
},
Expand Down

0 comments on commit b3dee8f

Please sign in to comment.