@thi.ng/api
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,4 @@ | ||
import * as decorators from "./decorators"; | ||
import * as mixins from "./mixins"; | ||
export * from "./api"; | ||
export { decorators, mixins }; |
@@ -6,2 +6,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const decorators = require("./decorators"); | ||
exports.decorators = decorators; | ||
const mixins = require("./mixins"); | ||
exports.mixins = mixins; | ||
__export(require("./api")); |
{ | ||
"name": "@thi.ng/api", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Common, generic types & interfaces for thi.ng projects", | ||
"main": "api.js", | ||
"typings": "api.d.ts", | ||
"main": "index.js", | ||
"typings": "index.d.ts", | ||
"repository": "https://github.com/thi-ng/api", | ||
@@ -11,3 +11,3 @@ "author": "Karsten Schmidt", | ||
"scripts": { | ||
"build": "tsc --declaration && cp package.json build && cp *.md build", | ||
"build": "rm -rf build && tsc --declaration && cp package.json build && cp *.md build", | ||
"test": "tsc -p test && mocha build.test/test/*.js", | ||
@@ -14,0 +14,0 @@ "clean": "rm -rf build build.test doc node_modules && yarn install", |
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
18426
28
596