diff --git a/lib/package.json b/lib/package.json index 1a80b6b..58f5885 100644 --- a/lib/package.json +++ b/lib/package.json @@ -2,7 +2,7 @@ "$schema": "../../node_modules/ng-packagr/package.schema.json", "name": "angular-dual-listbox", "description": "Angular 4+ component for a dual listbox control.", - "version": "4.6.0", + "version": "4.6.1", "repository": { "type": "git", "url": "https://github.com/czeckd/angular-dual-listbox.git" diff --git a/lib/src/dual-list.component.ts b/lib/src/dual-list.component.ts index c7cb0f8..f2c72a6 100644 --- a/lib/src/dual-list.component.ts +++ b/lib/src/dual-list.component.ts @@ -3,16 +3,11 @@ import { Component, DoCheck, EventEmitter, Input, IterableDiffers, OnChanges, import { BasicList } from './basic-list'; -// Kludge to make work relative paths with both webpack for distribution builds -// and SystemJS for gh_pages transpiled demo. -var __moduleName:string; - export type compareFunction = (a:any, b:any) => number; var nextId = 0; @Component({ - moduleId: __moduleName, selector: 'dual-list', templateUrl: './dual-list.component.html', styleUrls: [ './dual-list.component.css' ] diff --git a/package.json b/package.json index 92b911e..1b9a1d3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "angular-dual-listbox", "description": "Angular 4+ component for a dual listbox control.", - "version": "4.6.0", + "version": "4.6.1", "repository": { "type": "git", "url": "https://github.com/czeckd/angular-dual-listbox.git"