Skip to content

Commit

Permalink
Revert "chore(build): re-create typings after install"
Browse files Browse the repository at this point in the history
  • Loading branch information
Stabzs authored Sep 16, 2016
1 parent 8ca638b commit f500f0f
Show file tree
Hide file tree
Showing 8 changed files with 1,194 additions and 23 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ npm-debug.log
coverage
lib
build
typings
src/*.js
src/*.map
src/*.d.ts
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"description": "An Angular 2 Toaster Notification library based on AngularJS-Toaster",
"main": "angular2-toaster.ts",
"scripts": {
"postinstall": "typings install",
"clean": "rimraf ./lib",
"watch": "tsc -p src -w",
"start": "npm run test && http-server -c-1 -o -p 8875 .",
"build": "node_modules/.bin/ngc -p src && cpx src/toaster.css lib",
Expand Down Expand Up @@ -57,10 +55,8 @@
"karma-jasmine": "1.0.2",
"reflect-metadata": "0.1.8",
"remap-istanbul": "^0.6.4",
"rimraf": "^2.5.2",
"systemjs": "^0.19.38",
"typescript": "2.0.2",
"typings": "^1.3.3",
"zone.js": "0.6.21"
}
}
21 changes: 12 additions & 9 deletions src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@
"outDir": "../lib",
"stripInternal": true
},
"include": [
"../src/**/*.ts",
"../typings/index.d.ts"
],
"exclude": [
"../lib",
"../node_modules",
"../src/node_modules"
]
"files": [
"bodyOutputType.ts",
"toast.ts",
"toaster-config.ts",
"toast.component.ts",
"toaster-container.component.ts",
"toaster-container.component.spec.ts",
"toaster.service.ts",
"toaster.module.ts",
"../node_modules/typescript/lib/lib.es6.d.ts",
"../typings/jasmine/jasmine.d.ts"
]
}
15 changes: 15 additions & 0 deletions tsd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": "v4",
"repo": "borisyankov/DefinitelyTyped",
"ref": "master",
"path": "typings",
"bundle": "typings/tsd.d.ts",
"installed": {
"jasmine/jasmine.d.ts": {
"commit": "ab2462147a313f69e7118625cfcce21c005fa4af"
},
"es6-shim/es6-shim.d.ts": {
"commit": "27d7b56688bfeba9c6fc1ce0ecb611d929982d44"
}
}
}
9 changes: 0 additions & 9 deletions typings.json

This file was deleted.

Loading

0 comments on commit f500f0f

Please sign in to comment.