DAVFoundation / dav-js

Enable integration of JavaScript, TypeScript, and Node.js code with the DAV Network
https://developers.dav.network/
MIT License
76 stars 51 forks source link

Update package.json #129

Closed debragail closed 5 years ago

debragail commented 5 years ago

Had issues getting jest to work and finally got it working locally.

Updated some dependencies in package.json and working on a different branch to use docker to manage testing environments.

mariolo1985 commented 5 years ago

Hi @debragail thanks for all the work lately. I am running into some local machine issues so I am trying another machine to verify this PR :sweat_smile:

I was wondering if you have pulled from master recently? It looks like there is a conflict on package.json where webpack is upgrading but webpack-cli is downgrading when comparing your branch to master.

debragail commented 5 years ago

Hmm let me look into this! I finally got a nice build working so let me do a compare.

TalAter commented 5 years ago

See #127

@debragail - If you can isolate your fix and submit it as a stand-alone PR it would be best.