Skip to content

Commit 6f5def5

Browse files
committed
updated package version, readme
1 parent 21adb7b commit 6f5def5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swagger-ui",
3-
"version": "2.1.0-alpha.7",
3+
"version": "2.1.0-M1",
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",
55
"scripts": {
66
"build": "./node_modules/gulp/bin/gulp.js;",
@@ -9,12 +9,12 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/wordnik/swagger-ui.git"
12+
"url": "https://github.com/swagger-api/swagger-ui.git"
1313
},
1414
"author": {
1515
"name": "Tony Tam",
1616
"email": "[email protected]",
17-
"url": "http://developer.wordnik.com"
17+
"url": "http://swagger.io"
1818
},
1919
"license": "Apache",
2020
"readmeFilename": "README.md",

0 commit comments

Comments
 (0)