maishu-chitu-react
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -16,3 +16,3 @@ /// <reference path="node_modules/maishu-chitu/dist/chitu.d.ts"/> | ||
else if (typeof define === "function" && define.amd) { | ||
define(["require", "exports", "react", "react-dom"], factory); | ||
define(["require", "exports", "react", "react-dom", "maishu-chitu"], factory); | ||
} | ||
@@ -24,2 +24,3 @@ })(function (require, exports) { | ||
const ReactDOM = require("react-dom"); | ||
const chitu = require("maishu-chitu"); | ||
class Application extends chitu.Application { | ||
@@ -26,0 +27,0 @@ createDefaultAction(url, loadjs) { |
@@ -5,2 +5,3 @@ /// <reference path="node_modules/maishu-chitu/dist/chitu.d.ts"/> | ||
import ReactDOM = require("react-dom"); | ||
import * as chitu from 'maishu-chitu' | ||
@@ -7,0 +8,0 @@ type LoadJS = (path: string) => Promise<{ |
{ | ||
"name": "maishu-chitu-react", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
{ | ||
"compilerOptions": { | ||
"target": "es6", | ||
"module": "umd" | ||
"module": "umd", | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4218
85