I first ran git checkout <b> and I got "you have unmerged changes", so
I ran git diff and I got this:
oleg@xps:~/codes/channelmeter/channelmeter.com$ git diff
diff --git a/package.json b/package.json
index 3eb6bba09..6601bf841 100644
--- a/package.json
+++ b/package.json
@@ -149,6 +149,5 @@
"webtvasia": "CM_HOST=dashboard.webtvasia.com npm run server",
"whistle": "CM_HOST=dashboard.whistlesports.com npm run server",
"zoomin": "CM_HOST=dashboard.zoomin.tv npm run server"
-
}
}
it looks like npm changed the package.json file after running npm i, but how do I interpret this diff? What does:
@@ -149,6 +149,5 @@
mean?