Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
v0.11.1 – production flag added to lint check in travis (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleynolan authored and DamianMullins committed Aug 29, 2017
1 parent 6672090 commit 21796f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

v0.11.1
------------------------------
*August 25, 2017*

### Changed
- Production flag added to lint task


v0.11.0
------------------------------
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@justeat/fozzie",
"title": "Fozzie – Just Eat UI Web Framework",
"description": "UI Web Framework for the Just Eat Global Platform",
"version": "0.11.0",
"version": "0.11.1",
"homepage": "https://github.com/justeat/fozzie",
"contributors": [
"Ashley Nolan <[email protected]> (https://ashleynolan.co.uk)",
Expand Down Expand Up @@ -53,7 +53,7 @@
"scripts": {
"prestart": "yarn",
"start": "gulp",
"lint": "gulp scss:lint",
"lint": "gulp scss:lint --prod",
"test": "gulp scripts:test",
"info": "npm-scripts-info"
},
Expand Down

0 comments on commit 21796f7

Please sign in to comment.