js-dxtools / webpack-validator

Validates your webpack config with Joi
MIT License
295 stars 29 forks source link

fix: adapt urls; add contributors #65

Closed jonathanglasmeyer closed 8 years ago

jonathanglasmeyer commented 8 years ago

Some small & uncontroversial, but important fixes. :)

nyrosmith commented 8 years ago

I really don't know why the CI build fails on this?!?

jonathanglasmeyer commented 8 years ago

Some weird error with npm-run-all:

Error: Cannot find module 'brace-expansion'
    at Function.Module._resolveFilename (module.js:339:15)
    at Function.Module._load (module.js:290:25)
    at Module.require (module.js:367:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/home/travis/build/js-dxtools/webpack-validator/node_modules/npm-run-all/node_modules/minimatch/minimatch.js:10:14)
    at Module._compile (module.js:413:34)
    at Object.Module._extensions..js (module.js:422:10)
    at Module.load (module.js:357:32)
    at Function.Module._load (module.js:314:12)
    at Module.require (module.js:367:17)

Will try installing it explicitly as a quick fix.

jonathanglasmeyer commented 8 years ago

That did it.