Comparing version 0.2.2 to 0.2.3
@@ -1,6 +0,6 @@ | ||
export * from "./core/utils/dom"; | ||
export * from "./core/UIElement"; | ||
export declare var rama: { | ||
createElement: Function; | ||
}; | ||
export * from "./core/utils/dom"; | ||
export * from "./core/UIElement"; | ||
export * from "./decorators"; | ||
@@ -7,0 +7,0 @@ export * from "./View"; |
@@ -6,5 +6,5 @@ "use strict"; | ||
var dom_1 = require("./core/utils/dom"); | ||
exports.rama = { createElement: dom_1.createVNode }; | ||
__export(require("./core/utils/dom")); | ||
__export(require("./core/UIElement")); | ||
exports.rama = { createElement: dom_1.createVNode }; | ||
__export(require("./decorators")); | ||
@@ -11,0 +11,0 @@ __export(require("./View")); |
{ | ||
"name": "ramajs", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"author": { | ||
@@ -40,2 +40,3 @@ "name": "" | ||
"main": "./dist/main.js", | ||
"typings": "./dist/main.d.ts", | ||
"optionalDependencies": {}, | ||
@@ -42,0 +43,0 @@ "readme": "", |
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
39825