-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v7.16.0 — Using
f-templates-loader
to load shared templates into do…
…cs. (#120) * v7.16.0 — Using `f-templates-loader` to load shared templates into docs. * v7.16.0 — Updated changelog date.
- Loading branch information
1 parent
e4a01c8
commit a6da6a7
Showing
7 changed files
with
83 additions
and
13 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@justeat/gulp-build-fozzie", | ||
"version": "7.15.0", | ||
"version": "7.16.0", | ||
"description": "Gulp build tasks for use across Fozzie modules", | ||
"main": "index.js", | ||
"author": "Damian Mullins <[email protected]> (http://www.damianmullins.com)", | ||
|
@@ -29,6 +29,7 @@ | |
"dependencies": { | ||
"@justeat/eslint-config-fozzie": "^1.4.0", | ||
"@justeat/f-copy-assets": "^0.6.0", | ||
"@justeat/f-templates-loader": "0.0.3", | ||
"@justeat/stylelint-config-fozzie": "^2.0.1", | ||
"assemble": "^0.24.3", | ||
"autoprefixer": "^8.2.0", | ||
|
@@ -69,6 +70,7 @@ | |
"gulp-tap": "^1.0.1", | ||
"gulp-uglify": "^3.0.0", | ||
"gulp-util": "^3.0.8", | ||
"handlebars-helper-i18n": "^0.1.0", | ||
"handlebars-helpers": "^0.10.0", | ||
"helper-markdown": "^1.0.0", | ||
"helper-md": "^0.2.2", | ||
|
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
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 |
---|---|---|
|
@@ -46,6 +46,12 @@ | |
glob "^7.1.2" | ||
mkdirp "^0.5.1" | ||
|
||
"@justeat/[email protected]": | ||
version "0.0.3" | ||
resolved "https://registry.yarnpkg.com/@justeat/f-templates-loader/-/f-templates-loader-0.0.3.tgz#2fe83a3f4b0ea123f0550789e63fca3f3a5c55b5" | ||
dependencies: | ||
handlebars "^4.0.11" | ||
|
||
"@justeat/stylelint-config-fozzie@^2.0.1": | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/@justeat/stylelint-config-fozzie/-/stylelint-config-fozzie-2.0.1.tgz#7723b62a0e9b9d10519edcd8f05b995e85a0708e" | ||
|
@@ -5733,6 +5739,10 @@ handlebars-helper-create-frame@^0.1.0: | |
create-frame "^1.0.0" | ||
isobject "^3.0.0" | ||
|
||
handlebars-helper-i18n@^0.1.0: | ||
version "0.1.0" | ||
resolved "https://registry.yarnpkg.com/handlebars-helper-i18n/-/handlebars-helper-i18n-0.1.0.tgz#6329b2c63264b2451eea5f9e26faf7b656af9ed5" | ||
|
||
handlebars-helpers@^0.10.0: | ||
version "0.10.0" | ||
resolved "https://registry.yarnpkg.com/handlebars-helpers/-/handlebars-helpers-0.10.0.tgz#663d49e718928eafbead1473419ed7bc24bcd45a" | ||
|