From 456e99b7a29a4f6798a496daf976a7189dadd27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=BCller?= Date: Mon, 5 Feb 2018 21:17:09 -0800 Subject: [PATCH] release 0.2.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e2eafbd..c44c051 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "collection-view", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "author": "Bastian Müller ", "description": "UICollectionView for the web", @@ -19,7 +19,7 @@ "examples/" ], "scripts": { - "buildProduction": "webpack --env production", + "buildProduction": "webpack --env production --progress --profile --colors", "prepublishOnly": "npm run buildProduction", "lint": "tslint -c tslint.json 'src/**/*.ts'" },