We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08a1065 + e6d8191 commit 85defd2Copy full SHA for 85defd2
.gitignore
@@ -1,3 +1,4 @@
1
node_modules
2
+npm-debug.log
3
bower_components
4
components
package.json
@@ -16,5 +16,12 @@
16
"angular",
17
"auth"
18
],
19
- "homepage": "https://github.com/witoldsz/angular-http-auth"
+ "homepage": "https://github.com/witoldsz/angular-http-auth",
20
+ "devDependencies": {
21
+ "mkdirp": "^0.5.1",
22
+ "uglifyjs": "^2.4.10"
23
+ },
24
+ "scripts": {
25
+ "minify": "mkdirp dist && uglifyjs src/http-auth-interceptor.js -o dist/http-auth-interceptor.min.js -c"
26
+ }
27
}
0 commit comments