Skip to content

Commit

Permalink
release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Feb 6, 2018
1 parent 7a58df0 commit 456e99b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "collection-view",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"author": "Bastian Müller <bastian@turbolent.com>",
"description": "UICollectionView for the web",
Expand All @@ -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'"
},
Expand Down

0 comments on commit 456e99b

Please sign in to comment.