Browse Source

Bump extend to avoid deprecation warnings

pull/6/head
Dale Hamel 11 years ago
parent
commit
93b3c8e74a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@ -27,6 +27,6 @@
"readmeFilename": "README.md", "readmeFilename": "README.md",
"gitHead": "f388635a5ab4f4da25702dc0999385d437bdf2bc", "gitHead": "f388635a5ab4f4da25702dc0999385d437bdf2bc",
"dependencies": { "dependencies": {
"extend": "~1.1.3"
"extend": "^2.0.0"
} }
} }

Loading…
Cancel
Save