Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Raathigesh committed Nov 19, 2017
1 parent 0125021 commit 065044f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wiretap",
"productName": "Wiretap",
"main": "./dist/main/index.js",
"version": "0.1.0",
"version": "0.2.0",
"description": "Wiretap your mobx observables",
"scripts": {
"dev": " cross-env ELECTRON_WEBPACK_WDS_PORT=9080 electron-webpack dev",
Expand All @@ -24,7 +24,7 @@
"brace": "^0.10.0",
"classnames": "^2.2.5",
"electron-log": "^2.2.9",
"electron-updater": "^2.10.1",
"electron-updater": "^2.16.1",
"express": "^4.16.1",
"get-port": "^3.2.0",
"lodash.isstring": "^4.0.1",
Expand All @@ -45,7 +45,8 @@
"socket.io-client": "^2.0.3",
"source-map-support": "^0.5.0",
"spectre.css": "^0.4.3",
"styled-components": "^2.2.0"
"styled-components": "^2.2.0",
"webpack-sources": "=1.0.1"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
Expand All @@ -72,7 +73,7 @@
{
"provider": "github",
"owner": "Raathigesh",
"repo": "wiretap-release-test"
"repo": "wiretap"
}
]
}
Expand Down

0 comments on commit 065044f

Please sign in to comment.