harold-scripts
Advanced tools
Comparing version 0.8.0 to 0.8.1
{ | ||
"name": "harold-scripts", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Harold JS Scripts for Create Harold App", | ||
@@ -56,4 +56,3 @@ "author": "Julian Ćwirko (julian.io)", | ||
"vfile-matter": "^1.0.2" | ||
}, | ||
"devDependencies": {} | ||
} | ||
} |
@@ -23,3 +23,3 @@ const path = require('path'); | ||
'*': ['className'], | ||
iframe: ['src', 'width', 'height'], | ||
iframe: ['src', 'width', 'height', 'allowfullscreen'], | ||
}, | ||
@@ -26,0 +26,0 @@ tagNames: ['iframe'], |
23706