UNPKG

browserify-adventure-jp

Version:

learn browserify with this educational adventure

15 lines (12 loc) 243 B
Here is the reference solution package.json: { "browser": { "spice-girls": "./spice-girls.js" }, "browserify": { "transform": "browserify-shim" }, "browserify-shim": { "spice-girls": "Girls" } }