This commit is contained in:
crusader 2018-08-27 00:00:42 +09:00
parent d247aa48d9
commit d75a41c523

View File

@ -1,5 +1,5 @@
{
"name": "@overflow/typescript-library-starter",
"name": "@overflow/rpc-js",
"version": "0.0.1",
"description": "TypeScript library setup for multiple compilation targets using tsc and webpack",
"main": "./bundles/index.umd.js",
@ -9,7 +9,10 @@
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://git.loafle.net/overflow/typescript-library-starter"
"url": "https://git.loafle.net/overflow/rpc-js.git"
},
"publishConfig": {
"registry": "https://nexus.loafle.net/repository/npm-loafle/"
},
"author": "loafle.com",
"license": "MIT",