diff options
| -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" } } |
