Skip to content

Commit

Permalink
chore: rename to @electron/get
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed May 22, 2019
1 parent 94382c7 commit 539bd42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @electron/download
# @electron/get

> Download Electron release artifacts
Expand All @@ -7,7 +7,7 @@
### Simple: Downloading an Electron Binary ZIP

```js
import { download } from '@electron/download';
import { download } from '@electron/get';

const zipFilePath = await download('4.0.4');
```
Expand All @@ -16,7 +16,7 @@ const zipFilePath = await download('4.0.4');


```js
import { downloadArtifact } from '@electron/download';
import { downloadArtifact } from '@electron/get';

const zipFilePath = await downloadArtifact({
version: '4.0.4',
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@electron/download",
"name": "@electron/get",
"version": "1.0.0",
"description": "Utility for downloading different versions of Electron",
"description": "Utility for downloading artifacts from different versions of Electron",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"repository": "https://github.com/electron/download",
Expand Down Expand Up @@ -42,4 +42,4 @@
"got": "^9.6.0",
"sumchecker": "^2.0.2"
}
}
}

0 comments on commit 539bd42

Please sign in to comment.