Skip to content

Commit

Permalink
Updated dependancies. Added package method!
Browse files Browse the repository at this point in the history
  • Loading branch information
joshghent committed Aug 9, 2018
1 parent 50e6a36 commit 9353054
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 48 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ typings/
.cache

dist/

GifBarApp/
43 changes: 14 additions & 29 deletions package-lock.json

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

20 changes: 7 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@joshghent/giphy-bar",
"name": "@joshghent/gifbar",
"version": "1.0.0",
"description": "Mac Menu bar for getting giphy gifs!",
"main": "dist/index.js",
"description": "A Mac Menu bar for getting your favourite gifs URL to send to your friends",
"main": "index.js",
"license": "MIT",
"private": false,
"author": "Josh Ghent <me@joshghent.com> (https://joshghent.com)",
Expand All @@ -12,10 +12,8 @@
"watch:electron": "parcel watch index.js --target=electron",
"watch:react": "parcel watch main.js --target=node",
"watch": "concurrently \"npm watch:electron\" \"npm watch:react\" ",
"preelectron-pack": "npm run electron-dev",
"electron-pack": "build --em.main=dist/index.js",
"electron-dev": "concurrently \"BROWSER=none npm start\" \"wait-on http://localhost:3000 && electron .\"",
"build": "parcel build index.js --target=electron && parcel build main.js --target=node"
"build": "parcel build index.js --target=electron && parcel build main.js --target=node",
"package": "electron-packager . GifBar --platform=darwin --icon=icon.icns --overwrite --out=GifBarApp"
},
"keywords": [
"giphy",
Expand All @@ -39,21 +37,17 @@
"giphy-api": "1.2.7",
"lodash": "4.17.10",
"menubar": "^5.2.3",
"react": "16.4.2",
"react-copy-to-clipboard": "5.0.1",
"react-dom": "16.4.2",
"react-loading": "2.0.2"
},
"peerDependencies": {
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"babel-preset-react": "^6.24.1",
"electron": "^2.0.4",
"electron-builder": "20.22.0",
"parcel-bundler": "^1.9.6",
"prettier": "^1.13.7",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"wait-on": "2.1.0"
},
"build": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4819,9 +4819,9 @@ react-copy-to-clipboard@5.0.1:
copy-to-clipboard "^3"
prop-types "^15.5.8"

react-dom@^16.4.1:
version "16.4.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.4.1.tgz#7f8b0223b3a5fbe205116c56deb85de32685dad6"
react-dom@16.4.2:
version "16.4.2"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.4.2.tgz#4afed569689f2c561d2b8da0b819669c38a0bda4"
dependencies:
fbjs "^0.8.16"
loose-envify "^1.1.0"
Expand All @@ -4832,9 +4832,9 @@ react-loading@2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/react-loading/-/react-loading-2.0.2.tgz#bc6d908fa316e1ccd677b7567792049a9bb4be0d"

react@^16.4.1:
version "16.4.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.4.1.tgz#de51ba5764b5dbcd1f9079037b862bd26b82fe32"
react@16.4.2:
version "16.4.2"
resolved "https://registry.yarnpkg.com/react/-/react-16.4.2.tgz#2cd90154e3a9d9dd8da2991149fdca3c260e129f"
dependencies:
fbjs "^0.8.16"
loose-envify "^1.1.0"
Expand Down

0 comments on commit 9353054

Please sign in to comment.