infl-icons
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -12,2 +12,6 @@ 'use strict'; | ||
var _propTypes = require('prop-types'); | ||
var _propTypes2 = _interopRequireDefault(_propTypes); | ||
var _classnames2 = require('classnames'); | ||
@@ -32,6 +36,6 @@ | ||
Icon.propTypes = { | ||
icon: _react.PropTypes.string.isRequired, | ||
flex: _react.PropTypes.bool | ||
icon: _propTypes2.default.string.isRequired, | ||
flex: _propTypes2.default.bool | ||
}; | ||
exports.Icon = Icon; |
{ | ||
"name": "infl-icons", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Influitive Icons", | ||
@@ -8,3 +8,4 @@ "main": "lib/index.js", | ||
"build": "rm -rf lib && gulp --silent && babel --quiet src -d lib", | ||
"start": "kotatsu serve -c example/webpack.config.js -p 3099 --babel" | ||
"start": "kotatsu serve -c example/webpack.config.js -p 3099 --babel", | ||
"prepublish": "NODE_ENV=production npm run build" | ||
}, | ||
@@ -11,0 +12,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
135431
473
0