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.3
master
Gerben
4 years ago
parent
b64ad644de
commit
1a268df55b
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.
2
",
"version": "0.1.
3
",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+ 1
- 1
package.json
View File
@@ -1,6 +1,6 @@
{
"name": "doctype-to-string",
"version": "0.1.
2
",
"version": "0.1.
3
",
"description": "Convert a DOM DocumentType into a string, e.g. \"<!DOCTYPE html>\"",
"repository": {
"type": "git",
Write
Preview
Loading…
Cancel
Save