Version 1
[yaffs-website] / node_modules / grunt-uncss / node_modules / lodash / fp / update.js
diff --git a/node_modules/grunt-uncss/node_modules/lodash/fp/update.js b/node_modules/grunt-uncss/node_modules/lodash/fp/update.js
new file mode 100644 (file)
index 0000000..b8ce2cc
--- /dev/null
@@ -0,0 +1,5 @@
+var convert = require('./convert'),
+    func = convert('update', require('../update'));
+
+func.placeholder = require('./placeholder');
+module.exports = func;