Skip to content

Commit 10d9455

Browse files
authored
Merge pull request #17 from electron/rename-the-project
rename the project
2 parents a8bb516 + b1be1a4 commit 10d9455

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# electron-DefinitelyTyped [![Build Status](https://travis-ci.org/electron/electron-definitelytyped.svg?branch=master)](https://travis-ci.org/electron/electron-definitelytyped)
1+
# electron-DefinitelyTyped [![Build Status](https://travis-ci.org/electron/electron-typescript-definitions.svg?branch=master)](https://travis-ci.org/electron/electron-typescript-definitions)
22

33
Parse Electron's JSON API documentation and spit out a typescript definition file
44

base/base_header.ts

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

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "electron-definitelytyped",
2+
"name": "electron-typescript-definitions",
33
"version": "0.0.9",
44
"description": "Automatically generated definitely typed files for the Electron API",
55
"bin": "cli.js",

0 commit comments

Comments
 (0)