Skip to content

Commit 5ccd0d2

Browse files
committed
fix(config): update patch to uikit files
1 parent a7f6866 commit 5ccd0d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/core/patternlab-config.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
"data" : "./source/_data/",
3939
"meta": "./source/_meta/",
4040
"annotations" : "./source/_annotations/",
41-
"styleguide" : "./node_modules/@pattern-lab/styleguidekit-assets-default/dist/",
41+
"styleguide" : "./node_modules/@pattern-lab/uikit-workshop/dist/",
4242
"patternlabFiles" : {
43-
"general-header": "./node_modules/@pattern-lab/styleguidekit-mustache-default/views/partials/general-header.mustache",
44-
"general-footer": "./node_modules/@pattern-lab/styleguidekit-mustache-default/views/partials/general-footer.mustache",
45-
"patternSection": "./node_modules/@pattern-lab/styleguidekit-mustache-default/views/partials/patternSection.mustache",
46-
"patternSectionSubtype": "./node_modules/@pattern-lab/styleguidekit-mustache-default/views/partials/patternSectionSubtype.mustache",
47-
"viewall": "./node_modules/@pattern-lab/styleguidekit-mustache-default/views/viewall.mustache"
43+
"general-header": "./node_modules/@pattern-lab/uikit-workshop/views/partials/general-header.mustache",
44+
"general-footer": "./node_modules/@pattern-lab/uikit-workshop/views/partials/general-footer.mustache",
45+
"patternSection": "./node_modules/@pattern-lab/uikit-workshop/views/partials/patternSection.mustache",
46+
"patternSectionSubtype": "./node_modules/@pattern-lab/uikit-workshop/views/partials/patternSectionSubtype.mustache",
47+
"viewall": "./node_modules/@pattern-lab/uikit-workshop/views/viewall.mustache"
4848
},
4949
"js" : "./source/js",
5050
"images" : "./source/images",

0 commit comments

Comments
 (0)