Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "chayen", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "An RPC framework with so much hype going on. such wow.", | ||
@@ -36,3 +36,2 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@types/node": "^8.0.31", | ||
"axios": "^0.16.2", | ||
@@ -46,4 +45,3 @@ "bluebird": "^3.5.0", | ||
"lodash": "^4.17.4", | ||
"object-hash": "^1.1.8", | ||
"typescript": "^2.5.3" | ||
"object-hash": "^1.1.8" | ||
}, | ||
@@ -62,4 +60,5 @@ "devDependencies": { | ||
"tslint": "^5.7.0", | ||
"tslint-config-standard": "^6.0.1" | ||
"tslint-config-standard": "^6.0.1", | ||
"typescript": "^2.5.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
9
141030
13
- Removed@types/node@^8.0.31
- Removedtypescript@^2.5.3
- Removed@types/node@8.10.66(transitive)
- Removedtypescript@2.9.2(transitive)