aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html6
-rw-r--r--package.json8
2 files changed, 5 insertions, 9 deletions
diff --git a/index.html b/index.html
index d4adcf6..869ccb4 100644
--- a/index.html
+++ b/index.html
@@ -277,17 +277,17 @@ function linkify( selector ) {
<td>Apples</td>
<td>$1</td>
<td>7</td>
- <tr>
+ </tr>
<tr>
<td>Lemonade</td>
<td>$2</td>
<td>18</td>
- <tr>
+ </tr>
<tr>
<td>Bread</td>
<td>$3</td>
<td>2</td>
- <tr>
+ </tr>
</tbody>
</table>
</section>
diff --git a/package.json b/package.json
index 4b26ade..fc70464 100644
--- a/package.json
+++ b/package.json
@@ -40,10 +40,6 @@
"grunt": "~0.4.0",
"node-sass": "~0.9.3"
},
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/hakimel/reveal.js/blob/master/LICENSE"
- }
- ]
+
+ "license": "MIT"
}