mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed typo in bower.json
This commit is contained in:
parent
001fbc130a
commit
5041803cf0
@ -22,8 +22,8 @@ language: node_js
|
|||||||
|
|
||||||
# Node.js versions
|
# Node.js versions
|
||||||
node_js:
|
node_js:
|
||||||
- "4.1"
|
- '4.1'
|
||||||
- "0.11"
|
- '0.11'
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -26,6 +26,6 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bourbon": "^4.2.6",
|
"bourbon": "^4.2.6",
|
||||||
"quantum-colors": "^1.0.1",
|
"quantum-colors": "^1.0.1",
|
||||||
"quantum-shadows": "^1.0.0",
|
"quantum-shadows": "^1.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user