bianco.is-iterable
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -12,2 +12,2 @@ 'use strict'; | ||
module.exports = isIterable; | ||
module.exports = isIterable; |
{ | ||
"name": "bianco.is-iterable", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Function returning true if an object could be looped", | ||
"main": "index.js", | ||
"jsnext:main": "index.next.js", | ||
"module": "index.next.js", | ||
"scripts": { | ||
"prepublish": "npm run build && npm test", | ||
"prepare": "npm run build && npm test", | ||
"lint": "eslint index.next.js test.js rollup.config.js", | ||
@@ -35,6 +36,5 @@ "build": "rollup -c", | ||
"devDependencies": { | ||
"jsdom": "9.5.0", | ||
"jsdom-global": "2.1.0", | ||
"rollup-plugin-node-resolve": "^2.0.0" | ||
"jsdom": "11.7.0", | ||
"jsdom-global": "3.0.2" | ||
} | ||
} |
@@ -45,4 +45,4 @@ # bianco.is-iterable | ||
[npm-version-image]:http://img.shields.io/npm/v/bianco-is-iterable.svg?style=flat-square | ||
[npm-downloads-image]:http://img.shields.io/npm/dm/bianco-is-iterable.svg?style=flat-square | ||
[npm-url]:https://npmjs.org/package/bianco-is-iterable | ||
[npm-version-image]:http://img.shields.io/npm/v/bianco.is-iterable.svg?style=flat-square | ||
[npm-downloads-image]:http://img.shields.io/npm/dm/bianco.is-iterable.svg?style=flat-square | ||
[npm-url]:https://npmjs.org/package/bianco.is-iterable |
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
2
17
3869
47