Version 1
[yaffs-website] / node_modules / grunt / node_modules / resolve / lib / core.js
diff --git a/node_modules/grunt/node_modules/resolve/lib/core.js b/node_modules/grunt/node_modules/resolve/lib/core.js
new file mode 100644 (file)
index 0000000..ea4a6c8
--- /dev/null
@@ -0,0 +1,4 @@
+module.exports = require('./core.json').reduce(function (acc, x) {
+    acc[x] = true;
+    return acc;
+}, {});