Update URLs for new GitHub organization
This commit is contained in:
Родитель
3cf81470a5
Коммит
5c246a7055
|
@ -9,4 +9,4 @@ require('asar-require');
|
|||
require('/path/to/archive.asar/script');
|
||||
```
|
||||
|
||||
[asar]: https://github.com/atom/asar
|
||||
[asar]: https://github.com/electron/asar
|
||||
|
|
|
@ -6,16 +6,16 @@
|
|||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://github.com/atom/asar-require/raw/master/LICENSE"
|
||||
"url": "http://github.com/electron/asar-require/raw/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"homepage": "https://github.com/atom/asar-require",
|
||||
"homepage": "https://github.com/electron/asar-require",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/atom/asar-require.git"
|
||||
"url": "https://github.com/electron/asar-require.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/atom/asar-require/issues"
|
||||
"url": "https://github.com/electron/asar-require/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "grunt prepublish"
|
||||
|
|
Загрузка…
Ссылка в новой задаче