react-notification
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -187,7 +187,8 @@ 'use strict'; | ||
onClick: _react.PropTypes.func, | ||
styles: _react.PropTypes.oneOfType([_react.PropTypes.object, _react.PropTypes.bool]), | ||
style: _react.PropTypes.oneOfType([_react.PropTypes.object, _react.PropTypes.bool]), | ||
dismissAfter: _react.PropTypes.number, | ||
onDismiss: _react.PropTypes.func, | ||
className: _react.PropTypes.string, | ||
activeClassName: _react.PropTypes.string | ||
activeClassName: _react.PropTypes.string, | ||
isActive: _react.PropTypes.bool | ||
}, | ||
@@ -194,0 +195,0 @@ enumerable: true |
{ | ||
"name": "react-notification", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Snackbar style notification component for React.", | ||
@@ -8,4 +8,4 @@ "main": "dist/notification.js", | ||
"start": "NODE_ENV=development node webpack.local.server.js", | ||
"prepublish": "make test && make js", | ||
"test": "make test" | ||
"prepublish": "npm test && make js", | ||
"test": "NODE_ENV=test `npm bin`/mocha --compilers js:babel/register --recursive" | ||
}, | ||
@@ -12,0 +12,0 @@ "repository": { |
@@ -1,2 +0,2 @@ | ||
# react-notification [![npm version](https://badge.fury.io/js/react-notification.svg)](http://badge.fury.io/js/react-notification) [![Dependency Status](https://david-dm.org/pburtchaell/react-classes.svg)](https://david-dm.org/pburtchaell/react-notification) | ||
# react-notification [![npm version](https://badge.fury.io/js/react-notification.svg)](http://badge.fury.io/js/react-notification) [![Dependency Status](https://david-dm.org/pburtchaell/react-classes.svg)](https://david-dm.org/pburtchaell/react-notification) [![Build Status](https://travis-ci.org/pburtchaell/react-notification.svg)](https://travis-ci.org/pburtchaell/react-notification) | ||
@@ -3,0 +3,0 @@ ## Overview |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
125718
14
380