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

0.1.0

tags/v0.1.0^0
Gerben 6 years ago
parent
commit
36f33b805a
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.0.0",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {


+ 1
- 1
package.json View File

@@ -1,6 +1,6 @@
{
"name": "doctype-to-string",
"version": "0.0.0",
"version": "0.1.0",
"description": "Convert a DOM DocumentType into a string, e.g. \"<!DOCTYPE html>\"",
"main": "index.js",
"scripts": {


Loading…
Cancel
Save