Comparing version 0.5.0 to 0.5.1
import isPlainObject from 'lodash.isplainobject'; | ||
import { noop, toType, isFunction, validateType, isInteger, isArray, has } from './utils'; | ||
import { noop, toType, isFunction, validateType, isInteger, isArray } from './utils'; | ||
@@ -4,0 +4,0 @@ var VuePropTypes = { |
{ | ||
"name": "vue-types", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Prop types utility for Vue", | ||
@@ -24,3 +24,4 @@ "author": "Marco Solazzi", | ||
"test:saucelab": "cross-env BABEL_ENV=cjs karma start karma-sauce.conf.js --single-run", | ||
"lint": "eslint src *.js" | ||
"lint": "eslint src *.js", | ||
"server": "node ./server/index.js" | ||
}, | ||
@@ -48,2 +49,3 @@ "keywords": [ | ||
"expect": "1.20.2", | ||
"express": "4.14.0", | ||
"karma": "1.3.0", | ||
@@ -63,2 +65,3 @@ "karma-chrome-launcher": "2.0.0", | ||
"rimraf": "2.5.4", | ||
"serve-index": "1.8.0", | ||
"webpack": "2.1.0-beta.25" | ||
@@ -65,0 +68,0 @@ }, |
import isPlainObject from 'lodash.isplainobject' | ||
import { noop, toType, isFunction, validateType, isInteger, isArray, has } from './utils' | ||
import { noop, toType, isFunction, validateType, isInteger, isArray } from './utils' | ||
@@ -4,0 +4,0 @@ const VuePropTypes = { |
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
33160
28