Skip to content

Upgrading knockout winjs to a new version of WinJS

Adam Comella edited this page Sep 8, 2015 · 1 revision
  1. Product. Update knockout-winjs.js based on any API changes that occurred in WinJS. Diffing winjs.d.ts files is a useful technique for figuring out what changed between versions.

  2. Tests. Update the unit tests based on any changes that were made to the product code.

  3. package.json. Update the version number of WinJS in devDependencies in the package.json file.

  4. Documentation. Update the documentation in README.md.

Clone this wiki locally