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",