linkedin / dustjs

Asynchronous Javascript templating for the browser and server
http://dustjs.com
MIT License
2.91k stars 479 forks source link

Dustjs:Removed PhantomJS Dependency #792

Open ossdev07 opened 5 years ago

ossdev07 commented 5 years ago

PhantomJS is an unmaintained project, removed phantomjs support from package.json, updated the grunt-contrib-jasmine version to 2.0.3 as it supports puppeteer instead of phantomjs.

Updated the Gruntfile.js for adding the chrome support in it, Also updated the travis.yml to use the latest node version for the testing as the earlier versions used were very old.