Skip to content

Commit cd2dc41

Browse files
leoj3nimaustink
authored andcommitted
upgrading to steal 1.x
1 parent a15f701 commit cd2dc41

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)