diff options
| author | jules <jules@okfoc.us> | 2014-01-30 14:14:34 -0500 |
|---|---|---|
| committer | jules <jules@okfoc.us> | 2014-01-30 14:14:34 -0500 |
| commit | 105f0dec10a60529a2f8f679f9343484c4638515 (patch) | |
| tree | 60ed9dffb7d497ab0beb95a48d52028e74c91015 | |
| parent | 1e1966cc74c1e491fcf81439b2b6ee209c829907 (diff) | |
bump version of dentist
| -rw-r--r-- | dist/index.html | 1 | ||||
| -rw-r--r-- | package.json | 2 |
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" } } |
