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

Add repository URL.

tags/v0.1.2
Gerben 6 years ago
parent
commit
1f2a19e7dc
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      package.json

+ 4
- 0
package.json View File

@@ -2,6 +2,10 @@
"name": "doctype-to-string",
"version": "0.1.1",
"description": "Convert a DOM DocumentType into a string, e.g. \"<!DOCTYPE html>\"",
"repository": {
"type": "git",
"url": "https://code.treora.com/gerben/doctype-to-string"
},
"main": "lib",
"scripts": {
"build": "babel -d lib src",


Loading…
Cancel
Save