react-notification
Advanced tools
Comparing version 0.1.1 to 0.1.3
var React = require('react/addons'); | ||
var classes = require('react-classes'); | ||
var Input = React.createClass({ | ||
var Notfication = React.createClass({ | ||
@@ -50,3 +50,3 @@ mixins: [classes], | ||
render: function () {\ | ||
render: function () { | ||
@@ -69,2 +69,2 @@ var classes = this.getClass('notficiation-bar', { | ||
module.exports = Input; | ||
module.exports = Notfication; |
{ | ||
"name": "react-notification", | ||
"version": "0.1.1", | ||
"version": "0.1.3", | ||
"description": "Snackbar style notification component for React.", | ||
@@ -15,2 +15,4 @@ "main": "index.js", | ||
"react", | ||
"component", | ||
"components", | ||
"ui", | ||
@@ -17,0 +19,0 @@ "notify", |
@@ -1,2 +0,2 @@ | ||
# react-notification | ||
# react-notification [![npm version](https://badge.fury.io/js/react-notifications.svg)](http://badge.fury.io/js/react-notifications) [![Dependency Status](https://david-dm.org/pburtchaell/react-classes.svg)](https://david-dm.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
5044