react-icons-weather
Advanced tools
Comparing version 1.0.2 to 1.0.3
import React, { Component } from 'react'; | ||
import { render } from 'react-dom'; | ||
import WeatherIcon from '../src/index.js'; | ||
import WeatherIcon from 'react-icons-weather'; | ||
import './styles.css'; | ||
@@ -5,0 +5,0 @@ |
@@ -25,2 +25,3 @@ { | ||
"file-loader": "^1.1.6", | ||
"react-icons-weather": "^1.0.3", | ||
"style-loader": "^0.20.1", | ||
@@ -27,0 +28,0 @@ "url-loader": "^0.6.2", |
{ | ||
"name": "react-icons-weather", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A React component for the weather icons library", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
# React Weather icons :partly_sunny: | ||
> Weather icons meant for use with the OpenWeatherMap, Yahoo and DarkSky API. | ||
>Currently setting up on npm, please do not download! | ||
@@ -10,2 +9,3 @@ Note: Includes font icons from the [weather icons](http://weathericons.io) set. | ||
``` bash | ||
npm install react-icons-weather | ||
@@ -12,0 +12,0 @@ ``` |
838822