Skip to content

Commit 7ab0a56

Browse files
author
Scott Wey
committed
fixed typos
1 parent bcac36f commit 7ab0a56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"main": "./lib/asar.js",
33
"name": "original-fs-asar",
44
"description": "Fork of asar that requires 'original-fs' instead of 'fs' so asar packages can be created and extracted in Electron applications. This is nessecary because Electron has its own version of 'fs' that the standard asar module is not compatible with.",
5-
"version": "0.12.5",
5+
"version": "0.12.6",
66
"license": "MIT",
7-
"homepage": "https://github.com/swey/asar",
7+
"homepage": "https://github.com/scottwey/asar",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/swey/asar.git"
10+
"url": "https://github.com/scottwey/asar.git"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/swey/asar/issues"
13+
"url": "https://github.com/scottwey/asar/issues"
1414
},
1515
"scripts": {
1616
"prepublish": "grunt coffee",

0 commit comments

Comments
 (0)