From e5401fde21ebf999374c88092e859df04adb3d22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Oddsson?= Date: Thu, 16 May 2019 09:35:35 +0100 Subject: [PATCH] 2.0.1 --- package-lock.json | 2 +- package.json | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47736a7..5155cf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "time-elements", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c6c8ad4..cbedd79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "time-elements", - "version": "2.0.0", + "version": "2.0.1", "main": "dist/time-elements-legacy.js", "module": "dist/time-elements.js", "license": "MIT", @@ -9,9 +9,8 @@ "lint": "github-lint", "prebuild": "npm run clean && npm run lint && mkdir dist", "build": "rollup -c && cp src/index.js.flow dist/time-elements.js.flow && cp src/index.js.flow dist/time-elements-legacy.js.flow", - "prepublishOnly": "npm run pretest", - "pretest": "npm run build", "prepublishOnly": "npm run build", + "pretest": "npm run build", "test": "karma start ./test/karma.config.js" }, "repository": "github/time-elements",