@todesktop/runtime
Advanced tools
Comparing version 0.6.4-0 to 0.6.4-1
@@ -1,1 +0,1 @@ | ||
export declare const CLIENT_VERSION = "0.6.4-0"; | ||
export declare const CLIENT_VERSION = "0.6.4-1"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CLIENT_VERSION = "0.6.4-0"; | ||
exports.CLIENT_VERSION = "0.6.4-1"; |
@@ -7,3 +7,3 @@ { | ||
"name": "@todesktop/runtime", | ||
"version": "0.6.4-0", | ||
"version": "0.6.4-1", | ||
"license": "MIT", | ||
@@ -21,4 +21,4 @@ "author": "ToDesktop <hi@todesktop.com> (https://www.todesktop.com/)", | ||
"lint--fix": "tsc --noEmit --skipLibCheck && eslint . --ext .js,.ts,.tsx --fix", | ||
"release": "npm run lint && npm run build && np --tag=latest", | ||
"release-beta": "npm run lint && npm run build && np --any-branch --tag=beta", | ||
"release": "rm -rf dist && npm run lint && npm run build && np --tag=latest", | ||
"release-beta": "rm -rf dist && npm run lint && npm run build && np --any-branch --tag=beta", | ||
"test": "npm run build && ava", | ||
@@ -25,0 +25,0 @@ "version": "node -p \"'export const CLIENT_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > source/version.ts && npm run build" |
59536