@ukon1990/subscription-manager
Advanced tools
Comparing version 1.1.0-beta.3 to 1.1.0-beta.4
@@ -1,2 +0,3 @@ | ||
// ESM syntax is supported. | ||
export {} | ||
import { SubscriptionManager } from './subscription-manager'; | ||
export { SubscriptionManager }; | ||
//# sourceMappingURL=main.js.map |
{ | ||
"name": "@ukon1990/subscription-manager", | ||
"version": "1.1.0-beta.3", | ||
"version": "1.1.0-beta.4", | ||
"description": "This does hopefully make subscription management less tedious, and helps clean up your code with less variables.", | ||
"main": "dist/index.js", | ||
"module": "dist/main.js", | ||
"types": "dist/index.d.ts", | ||
@@ -8,0 +7,0 @@ "scripts": { |
@@ -14,3 +14,3 @@ # RXjs Subscription manager | ||
import {FormBuilder, FormControl, FormGroup} from '@angular/forms'; | ||
import {SubscriptionManager} from '@ukon1990/subscription-manager/dist/subscription-manager'; | ||
import {SubscriptionManager} from '@ukon1990/subscription-manager'; | ||
@Component({ | ||
@@ -17,0 +17,0 @@ selector: 'app-form', |
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
27079
22
522