Remove unused files

This commit is contained in:
Roman Hotsiy 2016-08-29 07:31:20 +03:00
parent 27197ffb46
commit 66684c192b
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
3 changed files with 0 additions and 36 deletions

View File

@ -1,22 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>ReDoc</title>
<!-- needed for adaptive design -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--
ReDoc doesn't change outer page styles
-->
<style>
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<redoc spec-url='swagger.json'></redoc>
<script src="https://rebilly.github.io/ReDoc/releases/latest/redoc.min.js"> </script>
</body>
</html>

View File

@ -1,2 +0,0 @@
require('shelljs/global');
require('require-dir')('build/tasks');

View File

@ -1,12 +0,0 @@
{
"parser": "babel-eslint",
"extends": "eslint:recommended",
"env": {
"node": true,
"jasmine": true,
"protractor": true
},
"rules": {
"no-console": 0,
}
}