Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d5b4cfefc3 | ||
|
|
807cd568e1 |
@@ -27,12 +27,6 @@ export class Playlist {
|
||||
}
|
||||
}
|
||||
export class PlaylistDescription {
|
||||
public title: string;
|
||||
|
||||
public listener: string;
|
||||
|
||||
constructor(title: string, listener: string) {
|
||||
this.title = title;
|
||||
this.listener = listener;
|
||||
constructor(public title: string, public listener: string) {
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "stuen-common",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.4",
|
||||
"main": "dist/common.js",
|
||||
"type": "commonjs",
|
||||
"types": "dist/common.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user