From b83ff8534ea8e7bccbae0a3006da868e85c93a19 Mon Sep 17 00:00:00 2001 From: gosho-kazuya Date: Thu, 1 Oct 2020 23:35:23 +0900 Subject: [PATCH] fix prepare script --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d665b1a..93a79c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rrule-contrib", - "version": "0.0.3", + "version": "0.0.4", "description": "RRule related utilities with timezone NLP support", "repository": "git@github.com:remotehour/rrule-duration", "author": "gosho-kazuya ", @@ -12,7 +12,7 @@ "README.md" ], "scripts": { - "build": "rollup -c", + "prepare": "rollup -c", "test": "ava" }, "devDependencies": {