We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4c6128 + 2883b6e commit edb8fb1Copy full SHA for edb8fb1
package.json
@@ -3,6 +3,9 @@
3
"version": "2.1.1",
4
"description": "Angular OAuth2",
5
"main": "./dist/angular-oauth2.js",
6
+ "scripts": {
7
+ "changelog": "./node_modules/.bin/github-changes -o seegno -r angular-oauth2 -a --only-pulls --use-commit-body --title 'Changelog' --date-format '/ YYYY-MM-DD'"
8
+ },
9
"repository": {
10
"type": "git",
11
"url": "https://github.com/seegno/angular-oauth2.git"
@@ -25,6 +28,7 @@
25
28
"6to5ify": "^3.1.2",
26
29
"angular-mocks": "^1.3.9",
27
30
"bower": "^1.3.12",
31
+ "github-changes": "^1.0.0",
32
"gulp": "^3.8.10",
33
"gulp-6to5": "^2.0.2",
34
"gulp-concat": "^2.4.3",
0 commit comments