Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Update dependencies and add format/stringify options #3

Merged
merged 2 commits into from
Jun 17, 2014

Conversation

ericf
Copy link
Contributor

@ericf ericf commented Jun 17, 2014

This updates the package's dependencies and also adds format/stringify options to pass to the css package's stringify() method.

Note: Looks like css-parse and css-stringify are being coalesced into the css package:
https://github.com/reworkcss/css-stringify

function StripMQ(input, options) {
function StripMQ(input, options, formatOptions) {
options || (options = {});
formatOptions || (formatOptions = {});
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sure we have an object for each of these…

jkenlooper added a commit that referenced this pull request Jun 17, 2014
Update dependencies and add format/stringify options
@jkenlooper jkenlooper merged commit e09f85e into jkenlooper:master Jun 17, 2014
@ericf ericf deleted the stringify-options branch June 18, 2014 13:10
@ericf
Copy link
Contributor Author

ericf commented Jun 18, 2014

@jkenlooper thanks for merging this. Can you leave a note here once you've updated the package on npm?

@jkenlooper
Copy link
Owner

Published a 0.0.6 version to npm. Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants