Version 1
[yaffs-website] / node_modules / process / index.js
diff --git a/node_modules/process/index.js b/node_modules/process/index.js
new file mode 100644 (file)
index 0000000..8d8ed7d
--- /dev/null
@@ -0,0 +1,2 @@
+// for now just expose the builtin process global from node.js
+module.exports = global.process;