File tree Expand file tree Collapse file tree 5 files changed +6
-46
lines changed Expand file tree Collapse file tree 5 files changed +6
-46
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ The pure wrapper around [Pattern Lab Node Core](https://github.com/pattern-lab/p
14
14
This Edition comes with the following components:
15
15
16
16
* ` @pattern-lab/core ` : [ GitHub] ( https://github.com/pattern-lab/patternlab-node/tree/master/packages/core ) | [ npm] ( https://www.npmjs.com/package/@pattern-lab/core )
17
+ * ` @pattern-lab/cli ` : [ GitHub] ( https://github.com/pattern-lab/tree/master/packages/cli ) | [ npm] ( https://www.npmjs.com/package/@pattern-lab/cli )
17
18
* ` @pattern-lab/engine-mustache ` : [ GitHub] ( https://github.com/pattern-lab/tree/master/packages/engine-mustache ) | [ npm] ( https://www.npmjs.com/package/@pattern-lab/engine-mustache )
18
19
* ` @pattern-lab/uikit-workshop ` : [ GitHub] ( https://github.com/pattern-lab/tree/master/packages/uikit-workshop ) | [ npm] ( https://www.npmjs.com/package/@pattern-lab/uikit-workshop )
19
20
Original file line number Diff line number Diff line change 19
19
"bugs" : " https://github.com/pattern-lab/patternlab-node/issues" ,
20
20
"author" : " Brian Muenzenmeyer" ,
21
21
"scripts" : {
22
- "build" : " node ./scripts/build.js" ,
23
- "help" : " node ./scripts/help.js" ,
24
- "serve" : " node ./scripts/serve.js"
22
+ "build" : " patternlab build --config ./patternlab-config.json" ,
23
+ "help" : " patternlab --help" ,
24
+ "install" : " patternlab install --config ./patternlab-config.json" ,
25
+ "serve" : " patternlab serve --config ./patternlab-config.json" ,
26
+ "version" : " patternlab --version"
25
27
},
26
28
"license" : " MIT" ,
27
29
"engines" : {
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments