Skip to content

Commit

Permalink
Mark cssom as optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgmer committed Mar 9, 2016
1 parent 6cbc3c3 commit 8170300
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -28,7 +28,6 @@
"url": "git://github.com/cburgmer/inlineresources.git"
},
"dependencies": {
"cssom": "~0.3.0",
"url": "~0.11.0",
"ayepromise": "~1.1.0",
"css-font-face-src": "~0.2.2"
Expand All @@ -53,6 +52,9 @@
"slimerjs": "0.9.2",
"xmlserializer": "~0.3.0"
},
"optionalDependencies": {
"cssom": "~0.3.0"
},
"scripts": {
"test": "bash go --verbose"
}
Expand Down

0 comments on commit 8170300

Please sign in to comment.