Skip to content

Commit a81010e

Browse files
authored
Add package-lock.json and update README (#32)
1 parent 6c54903 commit a81010e

File tree

3 files changed

+2762
-1
lines changed

3 files changed

+2762
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
bower_components/
2-
node_modules/
2+
node_modules/
3+
*.nupkg

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ The jQuery Unobtrusive Ajax library complements jQuery Ajax methods by adding su
55

66
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.
77

8+
Remember to make your changes to only the src file. Use ".\build.cmd" to automatically generate the js file in dist directory, minify the js file, create a .nupkg and change the version in the package.json if needed.
9+
10+
To stage for a release, update the "version.props" file and run ".\build.cmd" (see ReleaseNotes [here](https://github.com/aspnet/jquery-ajax-unobtrusive/wiki/Release-checklist)).

0 commit comments

Comments
 (0)