Skip to content

Commit

Permalink
fix: win codesign on windows 7
Browse files Browse the repository at this point in the history
Closes #581 #584
  • Loading branch information
develar committed Jul 14, 2016
1 parent 7e66b68 commit d78c69c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
"rcedit": "^0.5.1",
"read-package-json": "^2.0.4",
"sanitize-filename": "^1.6.0",
"semver": "^5.2.0",
"signcode-tf": "~0.7.3",
"source-map-support": "^0.4.1",
"semver": "^5.3.0",
"signcode-tf": "~0.7.5",
"source-map-support": "^0.4.2",
"typescript": "2.0.0-dev.20160705",
"update-notifier": "^1.0.2",
"uuid-1345": "^0.99.6",
Expand All @@ -104,11 +104,11 @@
},
"devDependencies": {
"@develar/semantic-release": "^6.3.1",
"@types/debug": "0.0.27-alpha",
"@types/mime": "0.0.27-alpha",
"@types/progress": "^1.1.26-alpha",
"@types/semver": "^4.3.25-alpha",
"@types/source-map-support": "^0.2.26-alpha",
"@types/debug": "0.0.28",
"@types/mime": "0.0.28",
"@types/progress": "^1.1.27",
"@types/semver": "^4.3.26",
"@types/source-map-support": "^0.2.27",
"ava-tf": "^0.15.3",
"babel-plugin-array-includes": "^2.0.3",
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
Expand Down

0 comments on commit d78c69c

Please sign in to comment.