Skip to content

Commit

Permalink
Add package-lock.json and update README (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbagga authored Mar 13, 2018
1 parent 6c54903 commit a81010e
Show file tree
Hide file tree
Showing 3 changed files with 2,762 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
bower_components/
node_modules/
node_modules/
*.nupkg
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ The jQuery Unobtrusive Ajax library complements jQuery Ajax methods by adding su

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.

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.

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)).
Loading

0 comments on commit a81010e

Please sign in to comment.