remove files no longer needed in /npm

This commit is contained in:
Vanessa Yuen 2017-07-06 14:31:02 -04:00
Родитель 9cd5f0cddd
Коммит 5dfee2a23c
9 изменённых файлов: 2 добавлений и 8230 удалений

5
npm/.gitignore поставляемый
Просмотреть файл

@ -1,5 +0,0 @@
node_modules
dist
path.txt
.DS_Store
npm-debug.log

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

@ -1,9 +0,0 @@
dist/
path.txt
.npmignore
.travis.yml
appveyor.yml
CONTRIBUTING.md
issue_template.md
test/
npm-debug.log

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

@ -1,13 +0,0 @@
os:
- linux
- osx
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
- '6'
branches:
only:
- master

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

@ -1,7 +0,0 @@
releases for this module are handled by https://github.com/johnmuhl/electron-prebuilt-updater
versions published to npm should match the versions published to [github releases for electron](https://github.com/electron/electron/releases)
coding style should be `standard`:
[![js-standard-style](https://raw.githubusercontent.com/feross/standard/master/badge.png)](https://github.com/feross/standard)

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

@ -1,7 +0,0 @@
Copyright (c) 2015 Mathias Buus-Madsen, Max Ogden and contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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

@ -1,25 +0,0 @@
build: off
branches:
only:
- master
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
skip_tags: true
install:
- ps: Install-Product node $env:nodejs_version
- npm install npm
- .\node_modules\.bin\npm install
test_script:
- node --version
- .\node_modules\.bin\npm --version
- .\node_modules\.bin\npm test

8150
npm/electron.d.ts поставляемый

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -1,6 +0,0 @@
If you're having an issue _installing_ Electron, this is the place to report it.
If you're having an issue _using_ Electron, please report it at https://github.com/electron/electron/issues
* Electron version:
* Operating system:

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

@ -1,8 +1,4 @@
{
"name": "electron",
"version": "1.7.4",
"description": "Install prebuilt electron binaries for the command-line using npm",
"repository": "https://github.com/electron-userland/electron-prebuilt",
"scripts": {
"cache-clean": "rm -rf ~/.electron && rm -rf dist",
"postinstall": "node install.js",
@ -30,7 +26,5 @@
"directories": {
"test": "test"
},
"keywords": [
"electron"
]
}
"keywords": ["electron"]
}