From 5566d4c3949d9b2ed08afbb684c5cdc03e4147b3 Mon Sep 17 00:00:00 2001 From: David Pichsenmeister Date: Mon, 29 Jun 2020 17:32:16 -0700 Subject: [PATCH] added operators --- examples/slack-spotify-status/index.ws | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/slack-spotify-status/index.ws b/examples/slack-spotify-status/index.ws index 6198b3c..456c166 100644 --- a/examples/slack-spotify-status/index.ws +++ b/examples/slack-spotify-status/index.ws @@ -25,7 +25,7 @@ express.get("/ping", OWIZAHRA HACKL AMOI WOS (req, res) { FIX OIDA song WENNST MANST { name: spotifyInfo.item.name, artists: spotifyInfo.item.artists - .map(artist => artist.name) + .map(artist HUACH ZUA artist.name) .join(" & ") }; diff --git a/package.json b/package.json index 00d5047..a040c1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wienerscript", - "version": "0.0.1", + "version": "1.0.0", "description": "", "main": "./index.js", "bin": {