From bbc4dcefbba1eea08182a19e7a43c5fd6bd0a3d0 Mon Sep 17 00:00:00 2001 From: olemp Date: Mon, 5 Aug 2019 17:39:27 +0200 Subject: [PATCH] 0.8.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 25bb8f07c..0418d7a20 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "prosjektportalen365", - "version": "0.8.1", + "version": "0.8.2", "description": "Prosjektportalen 365", "main": "n/a", "scripts": { "build-release": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command ./Install/Build-Release.ps1", "build-release-skipbuildsharepointframework": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command ./Install/Build-Release.ps1 -SkipBuildSharePointFramework", - "postversion": "npm run-script build-release" + "postversion": "npm run-script build-release-skipbuildsharepointframework" }, "repository": { "type": "git",