Small one liner inconsequential changes/fixes.

This commit is contained in:
jordanbrauer 2016-10-04 15:10:25 -05:00
parent 81dcaee687
commit 1028c81401
3 changed files with 46 additions and 47 deletions

View File

@ -2,9 +2,10 @@
<html> <html>
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Keyrune</title> <title>Keyrune</title>
<link rel="stylesheet" href="css/keyrune.css" /> <link rel="stylesheet" href="css/keyrune.css" />
<!-- <link rel="stylesheet" href="css/keyrune.min.css" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<style type="text/css"> <style type="text/css">
body { body {

View File

@ -12,7 +12,7 @@
"ardeay", "ardeay",
"Jordan Brauer <jbrauer.inc@gmail.com>" "Jordan Brauer <jbrauer.inc@gmail.com>"
], ],
"repository" : { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/andrewgioia/Keyrune.git" "url": "https://github.com/andrewgioia/Keyrune.git"
}, },
@ -20,15 +20,13 @@
"homepage": "http://andrewgioia.com", "homepage": "http://andrewgioia.com",
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"del": "^2.2.1",
"gulp": "^3.9.1", "gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0", "gulp-autoprefixer": "^3.1.0",
"gulp-sass": "^2.3.2",
"gulp-cssnano": "^2.1.2", "gulp-cssnano": "^2.1.2",
"gulp-notify": "^2.2.0", "gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2", "gulp-rename": "^1.2.2",
"merge-stream": "^1.0.0", "gulp-sass": "^2.3.2",
"run-sequence": "^1.2.2",
"del": "^2.2.1"
}, },
"license": "(OFL-1.1 AND MIT)", "license": "(OFL-1.1 AND MIT)",
"main": "css/keyrune.css", "main": "css/keyrune.css",
@ -38,10 +36,10 @@
"*.md" "*.md"
], ],
"bugs": { "bugs": {
"url" : "https://github.com/andrewgioia/Keyrune/issues", "url": "https://github.com/andrewgioia/Keyrune/issues",
"email" : "andrewgioia@gmail.com" "email": "andrewgioia@gmail.com"
}, },
"engines": { "engines": {
"node" : "*" "node": "*"
} }
} }