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.1
tags/v0.1.1^0
Gerben
6 years ago
parent
bb9d2c60dc
commit
ec74299f43
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.
0
",
"version": "0.1.
1
",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+ 1
- 1
package.json
View File
@@ -1,6 +1,6 @@
{
"name": "doctype-to-string",
"version": "0.1.
0
",
"version": "0.1.
1
",
"description": "Convert a DOM DocumentType into a string, e.g. \"<!DOCTYPE html>\"",
"main": "lib",
"scripts": {
Write
Preview
Loading…
Cancel
Save