We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dda0cf commit 6f4cd88Copy full SHA for 6f4cd88
browser.js
@@ -0,0 +1,7 @@
1
+
2
+// when this is loaded into the browser,
3
+// just use the defaults...
4
5
+module.exports = function (name, defaults) {
6
+ return defaults
7
+}
package.json
@@ -3,6 +3,7 @@
"version": "0.0.5",
"description": "hardwired configuration loader",
"main": "index.js",
+ "browserify": "browser.js",
"scripts": {
8
"test": "echo \"Error: no test specified\" && exit 1"
9
},
0 commit comments