File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bit-docs-generate-html" ,
3
- "version" : " 0.4.3 " ,
3
+ "version" : " 0.5.0-pre.0 " ,
4
4
"description" : " Generates an HTML site with mustache templates" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
32
32
"handlebars" : " 1.X" ,
33
33
"lodash" : " ~4.13.1" ,
34
34
"md5" : " 2.1.0" ,
35
- "steal-tools" : " 0.16.X" ,
36
35
"striptags" : " ^2.1.1" ,
37
36
"unescape-html" : " ^1.0.0"
38
37
},
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1"
8
8
},
9
+ "steal" : {
10
+ "plugins" : [
11
+ " steal-less"
12
+ ]
13
+ },
9
14
"author" : " Bitovi" ,
10
15
"license" : " MIT" ,
11
16
"dependencies" : {
12
- "steal" : " 0.16.X"
13
- },
14
- "system" : {"npmAlgorithm" : " flat" }
17
+ "steal" : " 1.X" ,
18
+ "steal-tools" : " 1.X" ,
19
+ "steal-less" : " 1.X"
20
+ }
15
21
}
You can’t perform that action at this time.
0 commit comments