mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-11-05 08:34:45 +00:00
Small one liner inconsequential changes/fixes.
This commit is contained in:
parent
81dcaee687
commit
1028c81401
@ -2,9 +2,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<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>
|
||||
<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" />
|
||||
<style type="text/css">
|
||||
body {
|
||||
|
14
package.json
14
package.json
@ -12,7 +12,7 @@
|
||||
"ardeay",
|
||||
"Jordan Brauer <jbrauer.inc@gmail.com>"
|
||||
],
|
||||
"repository" : {
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/andrewgioia/Keyrune.git"
|
||||
},
|
||||
@ -20,15 +20,13 @@
|
||||
"homepage": "http://andrewgioia.com",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"del": "^2.2.1",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-autoprefixer": "^3.1.0",
|
||||
"gulp-sass": "^2.3.2",
|
||||
"gulp-cssnano": "^2.1.2",
|
||||
"gulp-notify": "^2.2.0",
|
||||
"gulp-rename": "^1.2.2",
|
||||
"merge-stream": "^1.0.0",
|
||||
"run-sequence": "^1.2.2",
|
||||
"del": "^2.2.1"
|
||||
"gulp-sass": "^2.3.2",
|
||||
},
|
||||
"license": "(OFL-1.1 AND MIT)",
|
||||
"main": "css/keyrune.css",
|
||||
@ -38,10 +36,10 @@
|
||||
"*.md"
|
||||
],
|
||||
"bugs": {
|
||||
"url" : "https://github.com/andrewgioia/Keyrune/issues",
|
||||
"email" : "andrewgioia@gmail.com"
|
||||
"url": "https://github.com/andrewgioia/Keyrune/issues",
|
||||
"email": "andrewgioia@gmail.com"
|
||||
},
|
||||
"engines": {
|
||||
"node" : "*"
|
||||
"node": "*"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user