light-observable
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "light-observable", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Light observable ponyfill", | ||
"main": "index.js", | ||
"typings": "types/index.d.ts", | ||
"typings": "index.d.ts", | ||
"repository": { | ||
@@ -17,3 +17,3 @@ "type": "git", | ||
"build:es6": "tsc -p ./tsconfig.json", | ||
"prebuild": "rimraf index.js && rimraf types && rimraf core && rimraf helpers && rimraf operators && rimraf observable", | ||
"prebuild": "rimraf index.js && rimraf index.d.ts && rimraf core && rimraf helpers && rimraf operators && rimraf observable", | ||
"test": "npm run test:lint && npm run test:jest && npm run test:size", | ||
@@ -20,0 +20,0 @@ "test:size": "npm run build && size-limit", |
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
48524