This commit is contained in:
Zeke Sikelianos 2017-03-29 13:02:24 -07:00
Родитель a8bb5161c5
Коммит b1be1a4806
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,4 +1,4 @@
# electron-DefinitelyTyped [![Build Status](https://travis-ci.org/electron/electron-definitelytyped.svg?branch=master)](https://travis-ci.org/electron/electron-definitelytyped)
# electron-DefinitelyTyped [![Build Status](https://travis-ci.org/electron/electron-typescript-definitions.svg?branch=master)](https://travis-ci.org/electron/electron-typescript-definitions)
Parse Electron's JSON API documentation and spit out a typescript definition file

Просмотреть файл

@ -1,6 +1,6 @@
// Type definitions for Electron <<VERSION>>
// Project: http://electron.atom.io/
// Definitions by: The Electron Team <https://github.com/electron/electron>
// Definitions: https://github.com/electron/electron-definitelytyped
// Definitions: https://github.com/electron/electron-typescript-definitions
/// <reference types="node" />

Просмотреть файл

@ -1,5 +1,5 @@
{
"name": "electron-definitelytyped",
"name": "electron-typescript-definitions",
"version": "0.0.9",
"description": "Automatically generated definitely typed files for the Electron API",
"bin": "cli.js",