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

Commit

Permalink
fix(install): use typings explicitly from node_modules
Browse files Browse the repository at this point in the history
 - closes #74
  • Loading branch information
justindujardin committed Feb 21, 2016
1 parent 7baaaee commit 7bef97d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"readmeFilename": "README.md",
"scripts": {
"test": "npm install",
"postinstall": "typings install"
"postinstall": "./node_modules/.bin/typings install"
},
"dependencies": {
"angular2": "2.0.0-beta.7",
Expand All @@ -21,7 +21,8 @@
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"systemjs": "0.19.2",
"typescript": "1.8.0-dev.20151122",
"typescript": "1.8.0",
"typings": "0.6.8",
"zone.js": "0.5.15"
},
"typings": "dist/ng2-material.d.ts",
Expand Down Expand Up @@ -63,7 +64,6 @@
"style-loader": "0.13.0",
"systemjs-builder": "justindujardin/builder.git#typescript-source-maps",
"underscore": "1.8.3",
"typings": "0.6.8",
"url-loader": "0.5.7",
"webpack": "1.12.13",
"webpack-dev-server": "1.14.1"
Expand Down

0 comments on commit 7bef97d

Please sign in to comment.