react-spinners
Advanced tools
Comparing version 0.0.26 to 0.0.27
@@ -172,3 +172,3 @@ (function (global, factory) { | ||
size: _propTypes2.default.number, | ||
margin: _propTypes2.default.number | ||
margin: _propTypes2.default.string | ||
}; | ||
@@ -175,0 +175,0 @@ |
@@ -64,3 +64,3 @@ /* global document, window */ | ||
</div> | ||
) | ||
); | ||
} | ||
@@ -67,0 +67,0 @@ } |
{ | ||
"name": "react-spinners", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"description": "A collection of react loading spinners", | ||
@@ -29,6 +29,7 @@ "repository": { | ||
"testonly": "mocha $npm_package_options_mocha", | ||
"test": "npm run lint", | ||
"test": "npm run lint && npm run flow", | ||
"test-watch": "npm run testonly -- --watch --watch-extensions js", | ||
"build": "$npm_execpath run prepublish && webpack", | ||
"patch": "npm version patch && npm publish" | ||
"patch": "npm version patch && npm publish", | ||
"flow": "./node_modules/.bin/flow check" | ||
}, | ||
@@ -53,2 +54,3 @@ "devDependencies": { | ||
"eslint-plugin-react": "^6.9.0", | ||
"flow-bin": "^0.50.0", | ||
"prop-types": "^15.5.10", | ||
@@ -55,0 +57,0 @@ "react": "^15.0.0", |
@@ -99,3 +99,3 @@ import React from 'react'; | ||
size: PropTypes.number, | ||
margin: PropTypes.number | ||
margin: PropTypes.string | ||
}; | ||
@@ -102,0 +102,0 @@ |
Sorry, the diff of this file is not supported yet
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
69
860342
25