This commit is contained in:
crusader 2018-07-02 16:03:48 +09:00
parent 213f4ba8e2
commit a34d69d9ec
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@loafer/ng-rpc",
"version": "0.0.7",
"version": "0.0.8",
"repository": {
"type": "git",
"url": "https://git.loafle.net/loafer/ng.git"

View File

@ -11,7 +11,9 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"types": [],
"types": [
"node"
],
"lib": [
"dom",
"es2015"