Skip to content

Commit

Permalink
new release and underscore addition
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldoramos committed Dec 28, 2017
1 parent cfa7aba commit 6327a00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crypto-bar",
"version": "1.1.14",
"version": "1.1.15",
"main": "index.js",
"title": "Crypto Bar",
"description": "A menu bar application that updates cryptocurrencies prices in real-time",
Expand Down Expand Up @@ -31,7 +31,8 @@
"react-dom": "^15.3.2",
"react-spinkit": "^3.0.0",
"react-virtualized-select": "^3.1.0",
"socket.io-client": "^2.0.4"
"socket.io-client": "^2.0.4",
"underscore": "^1.8.3"
},
"devDependencies": {
"electron": "^1.4.3"
Expand Down

0 comments on commit 6327a00

Please sign in to comment.