Skip to content

Commit 15dc53f

Browse files
committed
upgrading to steal 1.x
1 parent f7958b3 commit 15dc53f

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bit-docs-generate-html",
3-
"version": "0.4.3",
3+
"version": "0.5.0-pre.0",
44
"description": "Generates an HTML site with mustache templates",
55
"main": "index.js",
66
"scripts": {
@@ -32,7 +32,6 @@
3232
"handlebars": "1.X",
3333
"lodash": "~4.13.1",
3434
"md5": "2.1.0",
35-
"steal-tools": "0.16.X",
3635
"striptags": "^2.1.1",
3736
"unescape-html": "^1.0.0"
3837
},

site/default/static/package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
9+
"steal": {
10+
"plugins": [
11+
"steal-less"
12+
]
13+
},
914
"author": "Bitovi",
1015
"license": "MIT",
1116
"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+
}
1521
}

0 commit comments

Comments
 (0)