gerben
/
doctype-to-string
Convert a DOM DocumentType into a string, e.g. "<!DOCTYPE html>"
Code
Issues
0
Pull Requests
0
Releases
6
Activity
Browse Source
0.1.4
master
Gerben
4 years ago
parent
d0a9a14759
commit
b452d34d79
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package-lock.json
+1
-1
package.json
+ 1
- 1
package-lock.json
View File
@@ -1,6 +1,6 @@
{
"name": "doctype-to-string",
"version": "0.1.
3
",
"version": "0.1.
4
",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+ 1
- 1
package.json
View File
@@ -1,6 +1,6 @@
{
"name": "doctype-to-string",
"version": "0.1.
3
",
"version": "0.1.
4
",
"description": "Convert a DOM DocumentType into a string, e.g. \"<!DOCTYPE html>\"",
"keywords": [
"dom"
Write
Preview
Loading…
Cancel
Save