You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. If your JavaScript file is not generated from dependencies, then you must include it in your HTML `<script src='checklist-model.js'></script>`
44
+
2. If your JavaScript file is not generated from dependencies, then you must include it in your HTML `<script src='checklist-model.js'></script>`
45
45
3. Add to app dependencies:
46
46
````js
47
47
var app =angular.module("app", ["checklist-model"]);
@@ -68,9 +68,9 @@ The best way to involve is to report an issue/enhancement and then provide a pul
68
68
7. Access `http://localhost:8000` for samples and `http://localhost:8000/test` for running the tests.
69
69
70
70
### How to make a new release
71
-
1. Change the version number in `bower.json` and `package.json` (if not already changed - check the version number against the latest release in Github)
71
+
1. Change the version number in `package.json`, `bower.json` and `checklist-model.nuspec` (if not already changed - check the version number against the latest release in Github)
72
72
2. Create a new [release](https://github.com/vitalets/checklist-model/releases) in github with the same name for tag and title as the version number (e.g. `1.0.0`). Do not forget to include the changelog in the release description.
73
73
3. Run `npm publish` to publish the new version to npm
0 commit comments