We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15f701 commit cd2dc41Copy full SHA for cd2dc41
package.json
@@ -32,7 +32,6 @@
32
"handlebars": "1.X",
33
"lodash": "~4.13.1",
34
"md5": "2.1.0",
35
- "steal-tools": "0.16.X",
36
"striptags": "^2.1.1",
37
"unescape-html": "^1.0.0"
38
},
site/default/static/package.json
@@ -6,10 +6,16 @@
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1"
8
9
+ "steal": {
10
+ "plugins": [
11
+ "steal-less"
12
+ ]
13
+ },
14
"author": "Bitovi",
15
"license": "MIT",
16
"dependencies": {
- "steal": "0.16.X"
- },
- "system": {"npmAlgorithm": "flat"}
17
+ "steal": "1.X",
18
+ "steal-tools": "1.X",
19
+ "steal-less": "1.X"
20
+ }
21
}
0 commit comments