top | item 17992791 (no title) pnevares | 7 years ago https://github.com/airbnb/react-dates/blob/master/package.js...A devDependency is not the same as a dependency. discuss order hn newest scottlecrab|7 years ago It's a dev dependency because they use it in unit tests but it's also a peer dependency, meaning that if you want to use the library you need to include moment. pnevares|7 years ago That's my error, thanks for the correction.
scottlecrab|7 years ago It's a dev dependency because they use it in unit tests but it's also a peer dependency, meaning that if you want to use the library you need to include moment. pnevares|7 years ago That's my error, thanks for the correction.
scottlecrab|7 years ago
pnevares|7 years ago