bitovi / funcunit

A functional test suite based on jQuery
https://funcunit.com/
MIT License
569 stars 378 forks source link

point to global.js in build but not in package.json #198

Closed mickmcgrath13 closed 7 years ago

mickmcgrath13 commented 7 years ago

this: https://github.com/bitovi/funcunit/blob/master/package.json#L67 should be:

"main": "funcunit",

..and then add

system: {
 main: "global"
}

to outputs.global in https://github.com/bitovi/funcunit/blob/master/build.js