Browse Source

updated package version, readme

bubble
Tony Tam 9 years ago
parent
commit
6f5def5028
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      package.json

+ 3
- 3
package.json View File

@@ -1,6 +1,6 @@
{ {
"name": "swagger-ui", "name": "swagger-ui",
"version": "2.1.0-alpha.7",
"version": "2.1.0-M1",
"description": "Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API", "description": "Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
"scripts": { "scripts": {
"build": "./node_modules/gulp/bin/gulp.js;", "build": "./node_modules/gulp/bin/gulp.js;",
@@ -9,12 +9,12 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/wordnik/swagger-ui.git"
"url": "https://github.com/swagger-api/swagger-ui.git"
}, },
"author": { "author": {
"name": "Tony Tam", "name": "Tony Tam",
"email": "fehguy@gmail.com", "email": "fehguy@gmail.com",
"url": "http://developer.wordnik.com"
"url": "http://swagger.io"
}, },
"license": "Apache", "license": "Apache",
"readmeFilename": "README.md", "readmeFilename": "README.md",


Loading…
Cancel
Save