Specify max compatible kss version
core/docs/kss/styleguide-template/index.html uses {{whenDepth}} and
other functions deprecated in kss 2.0, so set an upper version bound in
package.json
Bug: T91725
Change-Id: I55669f3cc1c34911f717fe5fce3ea6ed00510177
This commit is contained in:
parent
3702223dda
commit
70be7d9441
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"description": "Node.js dependencies used for KSS generation",
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"kss": ">=0.3.7"
|
||||
"kss": ">=0.3.7 <=1.2.0"
|
||||
},
|
||||
"repository" : {
|
||||
"type" : "git",
|
||||
|
|
|
|||
Loading…
Reference in a new issue