This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.11.1 – production flag added to lint check in travis (#27)
- Loading branch information
1 parent
6672090
commit 21796f7
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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)", | ||
|
@@ -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" | ||
}, | ||
|