These files should not be added

This commit is contained in:
Gabe Kangas
2020-10-19 22:22:33 -07:00
parent 226242f07b
commit 205ef8926e
6368 changed files with 0 additions and 603959 deletions

View File

@@ -1,2 +0,0 @@
import * as React from 'react';
declare const html: (strings: TemplateStringsArray, ...values: any[]) => React.ReactElement;

View File

@@ -1 +0,0 @@
var e,t=require("react"),r=((e=require("htm"))&&"object"==typeof e&&"default"in e?e.default:e).bind(t.createElement);exports.html=r;

View File

@@ -1 +0,0 @@
import{createElement as r}from"react";import m from"htm";var o=m.bind(r);export{o as html};

View File

@@ -1 +0,0 @@
import{createElement as r}from"react";import m from"htm";var o=m.bind(r);export{o as html};

View File

@@ -1 +0,0 @@
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react"),require("htm")):"function"==typeof define&&define.amd?define(["exports","react","htm"],t):t(e.htmReact={},e.react,e.htm)}(this,function(e,t,n){var r=(n=n&&n.hasOwnProperty("default")?n.default:n).bind(t.createElement);e.html=r});

View File

@@ -1,12 +0,0 @@
{
"name": "htm_react",
"module": "index.module.js",
"main": "index.js",
"umd:main": "index.umd.js",
"unpkg": "index.js",
"scripts": {
"build": "npm run -s build:main && npm run -s build:static",
"build:main": "microbundle index.mjs -o ../../../react/index.js --external react,htm --no-sourcemap --target web",
"build:static": "cp index.d.ts package.json ../../../react/"
}
}