From 18c639ceb10b53bf8193f2e201b629a7b314381f Mon Sep 17 00:00:00 2001 From: Xavier Marin Date: Tue, 24 Oct 2023 16:57:46 +0200 Subject: [PATCH] Update package --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 84791c6..8008589 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@senx/warp10", - "version": "1.1.4", + "version": "2.0.0", "private": false, "keywords": [ "web", @@ -28,8 +28,9 @@ "scripts": { "build": "tsc", "doc": "typedoc --options typedoc.json --plugin typedoc-plugin-markdown --hideGenerator src/*/*", - "eslint": "eslint -c .eslintrc.js --format html -o ./out/lint/eslint.html src/**/*.ts", + "lint": "eslint -c .eslintrc.js --format html -o ./out/lint/eslint.html src/**/*.ts", "cl": "node changelog.js > CHANGELOG.md", + "prepublishOnly": "yarn clean && yarn build", "test": "nyc mocha" }, "mocha": {