extended-proptypes
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -17,3 +17,2 @@ "use strict"; | ||
exports.default = (0, _makeStaticValidator2.default)((0, _makeRegexValidator2.default)(/([a-f\d]{8}(-[a-f\d]{4}){3}-[a-f\d]{12}?)/i)); | ||
/^[-+]?[0-9]+\.?[0-9]*(px|r?em|\%)$/; | ||
exports.default = (0, _makeStaticValidator2.default)((0, _makeRegexValidator2.default)(/([a-f\d]{8}(-[a-f\d]{4}){3}-[a-f\d]{12}?)/i)); |
{ | ||
"name": "extended-proptypes", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Useful proptypes for react components", | ||
@@ -10,3 +10,4 @@ "main": "lib/index.js", | ||
"build": "rm -rf ./lib && mkdir lib && babel src -d lib", | ||
"prepublish": "npm run build" | ||
"prepublish": "npm run build", | ||
"ci-test": "npm install && npm run lint && npm test" | ||
}, | ||
@@ -13,0 +14,0 @@ "repository": "git@github.com:peterkhayes/extended-proptypes.git", |
@@ -1,2 +0,2 @@ | ||
[![Build Status](https://travis-ci.org/classdojo/rolling-rate-limiter.svg?branch=master)](https://travis-ci.org/classdojo/rolling-rate-limiter) | ||
[![Build Status](https://travis-ci.org/peterkhayes/extended-proptypes.svg?branch=master)](https://travis-ci.org/peterkhayes/extended-proptypes) | ||
# Extended Prop Types | ||
@@ -3,0 +3,0 @@ Useful proptypes for React components. Developed for and tested on ClassDojo's web app. |
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
27150
449