Skip to content

Commit

Permalink
point at minified file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Perkins committed Jan 26, 2018
1 parent b50acbc commit f379621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ Out of the box digestAuthRequest.js has logging turned on so you can debug. Set
### Contributing

1. Make edits to `digestAuthRequest.js` in the root
1. In terminal, run `gulp`
1. In terminal, run `yarn build` or simply `gulp`.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "digest-auth-request",
"version": "0.8.0",
"description": "Make digest-auth requests with vanilla javascript",
"main": "digestAuthRequest.js",
"main": "./dist/digestAuthRequest.min.js",
"dependencies": {
"crypto-js": "^3.1.6"
},
Expand Down

0 comments on commit f379621

Please sign in to comment.