Skip to content

Commit

Permalink
Merge pull request #85 from Snugug/hotfix/sass-dependencies
Browse files Browse the repository at this point in the history
Fix Sass dependencies not being available
  • Loading branch information
scottnath authored Jun 27, 2016
2 parents b0eb921 + 437455c commit 41f699f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,12 @@
"pg": "^6.0.0",
"punchcard-content-types": "^0.9.0",
"serve-favicon": "^2.3.0",
"uuid": "^2.0.2"
"uuid": "^2.0.2",
"breakpoint-sass": "^2.7.0",
"sass-toolkit": "^2.10.0"
},
"devDependencies": {
"ava": "^0.15.2",
"breakpoint-sass": "^2.7.0",
"coveralls": "^2.11.9",
"ghooks": "^1.2.4",
"input-plugin-email": "0.1.0",
Expand All @@ -83,7 +84,6 @@
"nyc": "^6.6.1",
"punchcard-commit-msg": "^1.0.0",
"punchcard-runner": "^2.1.2",
"sass-toolkit": "^2.10.0",
"punchcard-semantic-release": "^2.0.1",
"semantic-release": "^4.3.5",
"supertest": "^1.2.0",
Expand Down

0 comments on commit 41f699f

Please sign in to comment.