Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
588c778122 | ||
|
|
2ec9585c74 | ||
|
|
d5b4cfefc3 |
@@ -28,7 +28,5 @@ export class Playlist {
|
||||
}
|
||||
export class PlaylistDescription {
|
||||
constructor(public title: string, public listener: string) {
|
||||
this.title = title;
|
||||
this.listener = listener;
|
||||
}
|
||||
}
|
||||
|
||||
2
dist/dataTypes.js
vendored
2
dist/dataTypes.js
vendored
@@ -65,8 +65,6 @@ var PlaylistDescription = /** @class */ (function () {
|
||||
function PlaylistDescription(title, listener) {
|
||||
this.title = title;
|
||||
this.listener = listener;
|
||||
this.title = title;
|
||||
this.listener = listener;
|
||||
}
|
||||
return PlaylistDescription;
|
||||
}());
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "stuen-common",
|
||||
"version": "1.2.3",
|
||||
"version": "1.2.5",
|
||||
"main": "dist/common.js",
|
||||
"type": "commonjs",
|
||||
"type": "module",
|
||||
"types": "dist/common.d.ts",
|
||||
"dependencies": {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user