|
|
@@ -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", |
|
|
|