Skip to content

Commit fd5803d

Browse files
authored
chore: update references to previous repo name (#219)
1 parent e552a68 commit fd5803d

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to electron-typescript-definitions
1+
# Contributing to electron/typescript-definitions
22

33
## Code of Conduct
44

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
This module uses Electron's [JSON API documentation](https://github.com/electron/docs-parser) to produce a TypeScript definition file for the Electron API.
44

55
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/electron/typescript-definitions/tree/main.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/electron/typescript-definitions/tree/main)
6+
[![npm version](http://img.shields.io/npm/v/@electron/typescript-definitions.svg)](https://npmjs.org/package/@electron/typescript-definitions)
67

78
## Installation
89

@@ -27,7 +28,7 @@ The module exports a function that parses a given API JSON object and returns
2728
an array of lines to create the definition file
2829

2930
```js
30-
const { generateDefinitions } = require('electron-typescript-definitions')
31+
const { generateDefinitions } = require('@electron/typescript-definitions')
3132
const apiPath = './vendor/electron/docs/api.json'
3233

3334
const definitionLines = generateDefinitions({ electronApi: require(apiPath) })

base/base_header.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Type definitions for Electron <<VERSION>>
22
// Project: http://electronjs.org/
33
// Definitions by: The Electron Team <https://github.com/electron/electron>
4-
// Definitions: https://github.com/electron/electron-typescript-definitions
4+
// Definitions: https://github.com/electron/typescript-definitions
55

66
/// <reference types="node" />
77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"repository": {
4949
"type": "git",
50-
"url": "https://github.com/electron/electron-typescript-definitions.git"
50+
"url": "https://github.com/electron/typescript-definitions.git"
5151
},
5252
"files": [
5353
"dist",

0 commit comments

Comments
 (0)