Apply 🔥 to typings

This commit is contained in:
joshaber 2016-08-03 14:00:48 -04:00
parent b1dd35ad69
commit 475bf5c496
4 changed files with 3 additions and 26 deletions

1
.gitignore vendored
View file

@ -1,6 +1,5 @@
out/
dist/
typings/
node_modules/
npm-debug.log
app/node_modules/

View file

@ -6,7 +6,7 @@
"description": "The People's Glorious GitHub Client's build dependencies",
"scripts": {
"test": "cross-env TEST_ENV=1 ELECTRON_NO_ATTACH_CONSOLE=1 electron-mocha --renderer --require ts-node/register app/test/*.ts app/test/*.tsx",
"postinstall": "typings install && cd app && npm install && cd .. && git submodule update --recursive --init",
"postinstall": "cd app && npm install && cd .. && git submodule update --recursive --init",
"start": "node script/start",
"compile:dev": "cross-env NODE_ENV=development webpack --config app/webpack.development.js",
"compile:prod": "cross-env NODE_ENV=production webpack --config app/webpack.production.js",
@ -58,7 +58,6 @@
"ts-node": "^0.7.2",
"tslint": "^3.14.0",
"typescript": "beta",
"typings": "^0.7.12",
"vrsource-tslint-rules": "^0.12.0",
"webpack": "^1.12.15",
"webpack-dev-middleware": "^1.6.1",

View file

@ -15,11 +15,9 @@
},
"exclude": [
"node_modules",
"app/node_modules",
"dist",
"out",
"typings/browser",
"typings/browser.d.ts",
"app/node_modules"
"out"
],
"compileOnSave": false
}

View file

@ -1,19 +0,0 @@
{
"ambientDependencies": {
"chai": "registry:dt/chai#3.4.0+20160317120654",
"electron-window-state": "registry:dt/electron-window-state#2.0.0+20160212171354",
"github-electron": "registry:dt/github-electron#1.0.2+20160523035412",
"keytar": "registry:dt/keytar#3.0.0+20160316155526",
"mocha": "registry:dt/mocha#2.2.5+20160317120654",
"moment": "registry:dt/moment#2.8.0+20160316155526",
"moment-node": "registry:dt/moment-node#2.11.1+20160511043338",
"node": "registry:dt/node#6.0.0+20160709114037",
"react": "registry:dt/react#0.14.0+20160630100702",
"react-addons-test-utils": "registry:dt/react-addons-test-utils#0.14.0+20160427035638",
"react-dom": "registry:dt/react-dom#0.14.0+20160412154040",
"whatwg-fetch": "registry:dt/whatwg-fetch#0.0.0+20160524142046"
},
"dependencies": {
"event-kit": "registry:npm/event-kit#2.0.0+20160526055758"
}
}