From a32fff16a2a8d1cedea64fc781090f445c43809b Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 19 Feb 2018 21:02:31 -0500 Subject: [PATCH] updatesub script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0b8117c37..bae17b5c28 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "license": "GPL-3.0", "scripts": { - "updatejslib": "git submodule update --remote", + "updatesub": "git submodule update --remote", "postinstall": "./node_modules/.bin/electron-rebuild", "lint": "tslint src/**/*.ts || true", "lint:fix": "tslint src/**/*.ts --fix",