From a8055af633976b3a55915f9797b6166f6fc2f7a4 Mon Sep 17 00:00:00 2001 From: Fatih Altinok Date: Thu, 26 Apr 2018 09:24:20 +0300 Subject: [PATCH] v0.2.0 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7914a9a..53d3c30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "savethedate", - "version": "0.1.1", + "version": "0.2.0", "description": "Primitives for extensible React datepicker components", "main": "lib/index.js", "repository": "https://github.com/frontsideair/savethedate", @@ -21,6 +21,7 @@ "test": "nwb test-react", "test:coverage": "nwb test-react --coverage", "test:watch": "nwb test-react --server", + "prepublish": "yarn build", "flow": "flow", "lint": "eslint *.js" },