summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-01-30 14:14:34 -0500
committerjules <jules@okfoc.us>2014-01-30 14:14:34 -0500
commit105f0dec10a60529a2f8f679f9343484c4638515 (patch)
tree60ed9dffb7d497ab0beb95a48d52028e74c91015
parent1e1966cc74c1e491fcf81439b2b6ee209c829907 (diff)
bump version of dentist
-rw-r--r--dist/index.html1
-rw-r--r--package.json2
2 files changed, 1 insertions, 2 deletions
diff --git a/dist/index.html b/dist/index.html
index 26d4192..355f2a0 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -1,7 +1,6 @@
<!doctype html>
<html>
<head>
-<style type="text/css"></style>
<link rel="stylesheet" type="text/css" href="app.css"></head>
<body>
<div id="header">
diff --git a/package.json b/package.json
index 237f408..fd2c5e5 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,6 @@
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
- "grunt-dentist": "~0.3.0"
+ "grunt-dentist": "~0.3.1"
}
}