PolymerElements / font-roboto

Loads the Roboto family of fonts from Google Fonts.
5 stars 35 forks source link

Update package.json version #19

Open TvrtkoM opened 6 years ago

TvrtkoM commented 6 years ago

Description

package.json version number is still 1.0.1 which causes npm to install wrong package in node_modules without roboto.d.ts file

Expected outcome

No TS compilation errors saying roboto.d.ts not found when parsing @polymer-elements\paper-styles\typography.d.ts

Actual outcome

I'm getting error TS6053: File '.../node_modules/@polymer-elements/font-roboto/roboto.d.ts' not found.. This is cause @polymer-selements/paper-styles/typography.d.ts is looking for it.