Skip to content

Commit

Permalink
Using dist code from swagger editor instead of source code to avoid l…
Browse files Browse the repository at this point in the history
…arge fiel size.
  • Loading branch information
arjun-g committed May 15, 2016
1 parent 37ba8a6 commit 3459d73
Show file tree
Hide file tree
Showing 2,434 changed files with 419 additions and 816,724 deletions.
9 changes: 9 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
The MIT License (MIT)

Copyright (c) 2016 Arjun G, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1 change: 0 additions & 1 deletion extension.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// The module 'vscode' contains the VS Code extensibility API
// Import the module and reference it with the alias vscode in your code below
var vscode = require('vscode');
var shell = require("shelljs");
var path = require('path');

var ports = {}
Expand Down
File renamed without changes
31 changes: 14 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "swagger-viewer",
"displayName": "Swagger Viewer",
"description": "Preview your swagger files (yaml and json)",
"icon": "logo.png",
"description": "Swagger Viewer lets you preview swagger files as you type in Visual Studio Code.",
"icon": "images/logo.png",
"galleryBanner": {
"color": "#4a4a4a",
"theme": "dark"
"color": "#4a4a4a",
"theme": "dark"
},
"version": "0.0.1",
"license": "SEE LICENSE IN LICENSE.md",
"version": "1.0.0",
"publisher": "Arjun",
"engines": {
"vscode": "^0.10.10"
Expand All @@ -28,23 +29,19 @@
}
]
},
"scripts": {
"postinstall": "node ./node_modules/vscode/bin/install"
},
"devDependencies": {
"vscode": "^0.11.0"
},
"dependencies": {
"express": "^4.13.4",
"shelljs": "^0.6.0",
"socket.io": "^1.4.5"
},
"bugs": {
"url": "https://github.com/Microsoft/vscode-spell-check/issues"
},
"homepage": "https://github.com/Microsoft/vscode-spell-check/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-spell-check.git"
}
}
"url": "https://github.com/arjun-g/vs-swagger-viewer/issues"
},
"homepage": "https://github.com/arjun-g/vs-swagger-viewer/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/arjun-g/vs-swagger-viewer.git"
}
}
28 changes: 2 additions & 26 deletions static/404.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Page Not Found :(</title>
<style>
::-moz-selection {
<!DOCTYPE html><html lang="en"><meta charset="utf-8"><title>Page Not Found :(</title><style>::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
Expand Down Expand Up @@ -136,22 +130,4 @@
input::-moz-focus-inner {
padding: 0;
border: 0;
}
</style>
</head>
<body>
<div class="container">
<h1>Not found <span>:(</span></h1>
<p>Sorry, but the page you were trying to view does not exist.</p>
<p>It looks like this was the result of either:</p>
<ul>
<li>a mistyped address</li>
<li>an out-of-date link</li>
</ul>
<script>
var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),GOOG_FIXURL_SITE = location.host;
</script>
<script src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
</div>
</body>
</html>
}</style><div class="container"><h1>Not found <span>:(</span></h1><p>Sorry, but the page you were trying to view does not exist.<p>It looks like this was the result of either:<ul><li>a mistyped address<li>an out-of-date link</ul><script>var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),GOOG_FIXURL_SITE = location.host;</script><script src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script></div>
33 changes: 0 additions & 33 deletions static/bower_components/SparkMD5/.bower.json

This file was deleted.

13 changes: 0 additions & 13 deletions static/bower_components/SparkMD5/LICENSE

This file was deleted.

179 changes: 0 additions & 179 deletions static/bower_components/SparkMD5/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions static/bower_components/SparkMD5/bower.json

This file was deleted.

19 changes: 0 additions & 19 deletions static/bower_components/SparkMD5/component.json

This file was deleted.

Loading

0 comments on commit 3459d73

Please sign in to comment.