File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
development-edition-engine-twig Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"postbootstrap" : " patternlab install --starterkits @pattern-lab/starterkit-twig-demo" ,
8
8
"pl:build" : " patternlab build --config ./patternlab-config.json" ,
9
+ "pl:debug" : " node --inspect-brk=24984 node_modules/.bin/patternlab build --config ./patternlab-config.json" ,
9
10
"pl:help" : " patternlab --help" ,
10
11
"pl:install" : " patternlab install --config ./patternlab-config.json" ,
11
12
"pl:serve" : " patternlab serve --config ./patternlab-config.json" ,
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.6 "
8
+ "twing" : " ^5 .0.1 "
9
9
},
10
10
"keywords" : [
11
11
" Pattern Lab" ,
Original file line number Diff line number Diff line change @@ -17524,10 +17524,10 @@ twig-lexer@^0.7.2:
17524
17524
dependencies:
17525
17525
"@types/node" "^12.0.8"
17526
17526
17527
- twing@4 .0.6 :
17528
- version "4 .0.6 "
17529
- resolved "https://registry.yarnpkg.com/twing/-/twing-4 .0.6 .tgz#2dd7e9a514b4bb2a67bdaf585895c35f84fdb086 "
17530
- integrity sha512-aAmMYXAUuNdOebbRlUq2L1PN5Lg9ceZMvVq46xvX6EkSFFiAIqNEaHTHDFchIb+nucFubr89Hs4s90LWlc2Cmw ==
17527
+ twing@^5 .0.1 :
17528
+ version "5 .0.1 "
17529
+ resolved "https://registry.yarnpkg.com/twing/-/twing-5 .0.1 .tgz#8bedac6c0f2afce87608f6a8fe2327207da40727 "
17530
+ integrity sha512-oaeOQ8IrJKrxRtC6z+26XqD0B7Wal+52qOvsaJGLIDnvmqlzPT1a9GH4xMOEw40d2EZ6nWUXhYwaroJ4JAQF2w ==
17531
17531
dependencies:
17532
17532
"@types/luxon" "^1.4.0"
17533
17533
camelcase "^4.1.0"
You can’t perform that action at this time.
0 commit comments