File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
starterkit-handlebars-demo Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 5
5
"main" : " lib/engine_twig.js" ,
6
6
"dependencies" : {
7
7
"fs-extra" : " 0.30.0" ,
8
- "twing" : " 4.0.3 "
8
+ "twing" : " 4.0.6 "
9
9
},
10
10
"keywords" : [
11
11
" Pattern Lab" ,
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ The Demo StarterKit for Handlebars is meant to be used as a demonstration of a H
4
4
5
5
## Requirements
6
6
7
- The Base StarterKit for Mustache requires the following PatternEngine:
7
+ The Base StarterKit for Handlebars requires the following PatternEngine:
8
8
9
- - ` @pattern-lab/patternengine-node-handebars ` : [ npm] ( https://www.npmjs.com/package/@pattern-lab/patternengine-node-handebars ) , [ Github] ( https://github.com/pattern-lab/patternengine-node-handlebars )
9
+ - ` @pattern-lab/patternengine-node-handlebars ` : [ npm] ( https://www.npmjs.com/package/@pattern-lab/patternengine-node-handlebars ) , [ Github] ( https://github.com/pattern-lab/patternengine-node-handlebars )
10
10
11
11
## Install
12
12
Original file line number Diff line number Diff line change @@ -17083,17 +17083,17 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0:
17083
17083
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
17084
17084
integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=
17085
17085
17086
- twig-lexer@^0.7.0 :
17087
- version "0.7.0 "
17088
- resolved "https://registry.yarnpkg.com/twig-lexer/-/twig-lexer-0.7.0 .tgz#28e821b108b8db794bc1a120b1295807a4e19e11 "
17089
- integrity sha512-pSzufXfQV/fbER7QFskpRvLPBoEN5LovDNE9gCo9/kg71II3jWZp5Xtd8MRIW8uU46mq0f7C/2fypdh6z4eguw ==
17086
+ twig-lexer@^0.7.2 :
17087
+ version "0.7.2 "
17088
+ resolved "https://registry.yarnpkg.com/twig-lexer/-/twig-lexer-0.7.2 .tgz#8dbc1b5b46e19f5e878e7c4c06fd86e809f828c5 "
17089
+ integrity sha512-c+SyqPvjH1fDXIdW9E6oWMNGGB0f5Ua64ggEh/3AGUEIImkAGTzVdOY09qLaK1NhLCUSfT/JEjr8VnZbOaZDjg ==
17090
17090
dependencies:
17091
17091
"@types/node" "^12.0.8"
17092
17092
17093
- twing@4.0.3 :
17094
- version "4.0.3 "
17095
- resolved "https://registry.yarnpkg.com/twing/-/twing-4.0.3 .tgz#8b1df34d9a130320ad4fbe3d0f6eea93c5ecb22a "
17096
- integrity sha512-78J7KidaDWFny8a7cfmZhg/KbkYbZkhrOAY3/mDuIOGl4FYR1EixOoxsoLK3JU5HHdJ3ECnnlLE2ruNnOfj7kw ==
17093
+ twing@4.0.6 :
17094
+ version "4.0.6 "
17095
+ resolved "https://registry.yarnpkg.com/twing/-/twing-4.0.6 .tgz#2dd7e9a514b4bb2a67bdaf585895c35f84fdb086 "
17096
+ integrity sha512-aAmMYXAUuNdOebbRlUq2L1PN5Lg9ceZMvVq46xvX6EkSFFiAIqNEaHTHDFchIb+nucFubr89Hs4s90LWlc2Cmw ==
17097
17097
dependencies:
17098
17098
"@types/luxon" "^1.4.0"
17099
17099
camelcase "^4.1.0"
@@ -17118,7 +17118,7 @@ twing@4.0.3:
17118
17118
snake-case "^2.1.0"
17119
17119
source-map "^0.6.1"
17120
17120
tmp "0.0.33"
17121
- twig-lexer "^0.7.0 "
17121
+ twig-lexer "^0.7.2 "
17122
17122
utf8-binary-cutter "^0.9.2"
17123
17123
17124
17124
type-check@~0.3.2:
You can’t perform that action at this time.
0 commit comments