From 6b078d1dc1678ad4c5e4744a2bc37c78162c6a61 Mon Sep 17 00:00:00 2001 From: Jesse Palmer Date: Fri, 17 Jun 2016 11:49:59 -0400 Subject: [PATCH] chore: fix deprecated error --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc1fc6bd33cd..1c5a5fe7eeb0 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "tslint": "tslint -c tslint.json 'src/**/*.ts'", "stylelint": "stylelint 'src/**/*.scss' --config stylelint-config.json --syntax scss", "check-circular-deps": "madge --circular ./dist", - "typings": "typings install --ambient", + "typings": "typings install --global", "postinstall": "npm run typings", "e2e": "protractor", "inline-resources": "node ./scripts/release/inline-resources.js ./dist/components",