Skip to content

Commit f3387b7

Browse files
committed
added gulp-header to write metadata in comments of output library #900
1 parent df10a9b commit f3387b7

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "swagger-ui",
3-
"version": "2.1.0-M1",
3+
"author": "Tony Tam <[email protected]>",
44
"description": "Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
5+
"version": "2.1.1-M1",
6+
"homepage": "http://swagger.io",
7+
"license": "Apache 2.0",
58
"scripts": {
69
"build": "./node_modules/gulp/bin/gulp.js;",
710
"serve": "./node_modules/gulp/bin/gulp.js serve;",
@@ -11,17 +14,11 @@
1114
"type": "git",
1215
"url": "https://github.com/swagger-api/swagger-ui.git"
1316
},
14-
"author": {
15-
"name": "Tony Tam",
16-
"email": "[email protected]",
17-
"url": "http://swagger.io"
18-
},
19-
"license": "Apache",
2017
"readmeFilename": "README.md",
2118
"dependencies": {
2219
"shred": "0.8.10",
2320
"btoa": "1.1.1",
24-
"swagger-client": "2.1.0-M1"
21+
"swagger-client": "2.1.1-M1"
2522
},
2623
"devDependencies": {
2724
"chai": "^1.10.0",
@@ -36,6 +33,7 @@
3633
"gulp-connect": "^2.2.0",
3734
"gulp-declare": "^0.3.0",
3835
"gulp-handlebars": "^3.0.1",
36+
"gulp-header": "1.2.2",
3937
"gulp-less": "^2.0.1",
4038
"gulp-rename": "^1.2.0",
4139
"gulp-uglify": "^1.1.0",

0 commit comments

Comments
 (0)