Skip to content

Commit 6c3a104

Browse files
committed
Merge pull request electron#2912 from fscherwi/master
standardize package.json
2 parents cc912fb + 4571473 commit 6c3a104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "electron",
33
"devDependencies": {
4-
"asar": "0.8.x",
4+
"asar": "^0.8.0",
55
"coffee-script": "^1.9.2",
66
"coffeelint": "^1.9.4",
77
"request": "*",
8-
"runas": "3.x"
8+
"runas": "^3.0.0"
99
},
1010
"private": true,
1111
"scripts": {

0 commit comments

Comments
 (0)