Convert a DOM DocumentType into a string, e.g. "<!DOCTYPE html>"
Browse Source

0.1.4

master
Gerben 3 years ago
parent
commit
b452d34d79
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      package-lock.json
  2. +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"


Loading…
Cancel
Save