Skip to content

Commit 343619b

Browse files
jesselpalmerjelbourn
authored andcommitted
chore: update typings to use --global vs. deprecated --ambient (#712)
1 parent d5c090e commit 343619b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"tslint": "tslint -c tslint.json 'src/**/*.ts'",
1616
"stylelint": "stylelint 'src/**/*.scss' --config stylelint-config.json --syntax scss",
1717
"check-circular-deps": "madge --circular ./dist",
18-
"typings": "typings install --ambient",
18+
"typings": "typings install --global",
1919
"postinstall": "npm run typings",
2020
"e2e": "protractor",
2121
"inline-resources": "node ./scripts/release/inline-resources.js ./dist/components",

0 commit comments

Comments
 (0)