File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 11
11
"dependencies" : {
12
12
"@pattern-lab/core" : " ^5.9.0" ,
13
13
"@pattern-lab/live-server" : " ^5.0.0" ,
14
+ "@pattern-lab/starterkit-mustache-base" : " 3.0.3" ,
14
15
"archiver" : " 2.1.1" ,
15
16
"chalk" : " 2.4.1" ,
16
17
"commander" : " 2.15.1" ,
23
24
"lodash" : " 4.17.15" ,
24
25
"ora" : " 2.1.0" ,
25
26
"path-exists" : " 3.0.0" ,
26
- "sanitize-filename" : " 1.6.1"
27
+ "sanitize-filename" : " 1.6.1" ,
28
+ "starterkit-mustache-acidtest" : " 0.0.3" ,
29
+ "starterkit-mustache-bootstrap" : " 0.1.1" ,
30
+ "starterkit-mustache-foundation" : " 0.1.1" ,
31
+ "starterkit-mustache-materialdesign" : " 0.1.2"
27
32
},
28
33
"devDependencies" : {
29
34
"eslint" : " 4.18.2" ,
44
49
],
45
50
"scripts" : {
46
51
"lint" : " eslint ./{bin,test}" ,
47
- "test:separate" : " tap ' ./test/*.test.js' --reporter spec --timeout=120"
52
+ "test:separate" : " tap ./test/*.test.js --reporter spec --timeout=120"
48
53
},
49
54
"repository" : " https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli" ,
50
55
"bugs" : " https://github.com/pattern-lab/patternlab-node/issues" ,
You can’t perform that action at this time.
0 commit comments