Merge pull request #338 from sindresorhus/dont-touch-options-directly
don't modify the user supplied options object directly
Showing
| ... | @@ -43,6 +43,7 @@ | ... | @@ -43,6 +43,7 @@ |
| "mocha": "~1.18.2", | "mocha": "~1.18.2", | ||
| "nan": "~1.0.0", | "nan": "~1.0.0", | ||
| "node-watch": "~0.3.4", | "node-watch": "~0.3.4", | ||
| "object-assign": "^0.3.1", | |||
| "optimist": "~0.6.1", | "optimist": "~0.6.1", | ||
| "shelljs": "~0.2.6", | "shelljs": "~0.2.6", | ||
| "sinon": "~1.9.1" | "sinon": "~1.9.1" | ||
| ... | ... |
Please
register
or
sign in
to comment