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