Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Commit

Permalink
fix(build): remove need for installing typings from the internet
Browse files Browse the repository at this point in the history
 - check in the typings files.
 - remove typings dep from package.json
 - remove typings/ from .gitignore
 - closes #74
  • Loading branch information
justindujardin committed Feb 21, 2016
1 parent 2b70b6c commit 9acfd14
Show file tree
Hide file tree
Showing 6 changed files with 999 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ test/**/*.d.ts
.tscache
coverage
node_modules

typings/
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"license": "MIT",
"readmeFilename": "README.md",
"scripts": {
"test": "npm install",
"postinstall": "./node_modules/.bin/typings install"
"test": "npm install"
},
"dependencies": {
"angular2": "2.0.0-beta.7",
Expand All @@ -22,7 +21,6 @@
"rxjs": "5.0.0-beta.2",
"systemjs": "0.19.2",
"typescript": "1.8.0",
"typings": "0.6.8",
"zone.js": "0.5.15"
},
"typings": "dist/ng2-material.d.ts",
Expand Down
1 change: 1 addition & 0 deletions typings/browser.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference path="browser/ambient/jasmine/jasmine.d.ts" />
Loading

0 comments on commit 9acfd14

Please sign in to comment.