Fixed typo in bower.json

This commit is contained in:
squidfunk 2016-02-11 12:14:27 +01:00
parent 001fbc130a
commit 5041803cf0
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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"
} }
} }