Skip to content

Commit

Permalink
chore: update typings to use --global vs. deprecated --ambient (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesselpalmer authored and jelbourn committed Jun 17, 2016
1 parent d5c090e commit 343619b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 343619b

Please sign in to comment.