Comparing version 0.1.1 to 0.1.2
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
class Circularr { | ||
@@ -41,2 +43,2 @@ constructor(length) { | ||
} | ||
export default Circularr; | ||
exports.default = Circularr; |
{ | ||
"name": "circularr", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Circular fixed size array", | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
"scripts": { | ||
"build": "yarn clean && yarn tsc", | ||
"build": "yarn clean && yarn tsc -p tsconfig.build.json", | ||
"clean": "rimraf dist", | ||
@@ -27,0 +27,0 @@ "test": "nyc yarn mocha --opts mocha.opts", |
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
6084
55