chibat / chrome-extension-typescript-starter

Chrome Extension TypeScript Starter
MIT License
2.39k stars 403 forks source link

@types/moment is deprecated #1

Closed Frank3K closed 7 years ago

Frank3K commented 7 years ago

When installing dependencies using npm install the following warning is displayed:

npm WARN deprecated @types/moment@2.13.0: This is a stub types definition for Moment 
(https://github.com/moment/moment). Moment provides its own type definitions, so you 
don't need @types/moment installed!
chibat commented 7 years ago

I fixed. https://github.com/chibat/chrome-extension-typescript-starter/commit/d9dbf1a537ea36799e0e928676698a0f1ec13c16 Thanks for your comment !