array-back
Advanced tools
Comparing version 6.2.0 to 6.2.1
{ | ||
"name": "array-back", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"description": "Guarantees an array back", | ||
@@ -9,5 +9,6 @@ "repository": "https://github.com/75lb/array-back.git", | ||
"exports": { | ||
"import": "./index.mjs", | ||
"import": "./index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"type": "module", | ||
"keywords": [ | ||
@@ -24,3 +25,3 @@ "to", | ||
"files": [ | ||
"index.mjs", | ||
"index.js", | ||
"dist" | ||
@@ -30,6 +31,5 @@ ], | ||
"test": "npm run dist && npm run test:node", | ||
"test:node": "test-runner test.mjs", | ||
"test:web": "web-runner test.mjs", | ||
"docs": "jsdoc2md -t README.hbs index.mjs -c jsdoc.conf > README.md", | ||
"cover": "c8 npm run test:node && c8 report --reporter=text-lcov | coveralls", | ||
"test:node": "test-runner test.js", | ||
"test:web": "web-runner test.js", | ||
"docs": "jsdoc2md -t README.hbs index.js > README.md", | ||
"dist": "rollup -c" | ||
@@ -39,7 +39,7 @@ }, | ||
"isomorphic-assert": "^1.0.0", | ||
"jsdoc-to-markdown": "^7.0.1", | ||
"rollup": "^2.53.3", | ||
"jsdoc-to-markdown": "^7.1.0", | ||
"rollup": "^2.64.0", | ||
"test-object-model": "^0.7.1", | ||
"test-runner": "^0.8.14" | ||
"test-runner": "^0.10.0" | ||
} | ||
} |
@@ -71,3 +71,3 @@ [![view on npm](https://badgen.net/npm/v/array-back)](https://www.npmjs.org/package/array-back) | ||
```js | ||
import arrayify from './node_modules/array-back/index.mjs' | ||
import arrayify from './node_modules/array-back/index.js' | ||
``` | ||
@@ -77,4 +77,4 @@ | ||
© 2015-21 [Lloyd Brookes](https://github.com/75lb) \<75pound@gmail.com\>. | ||
© 2015-22 [Lloyd Brookes](https://github.com/75lb) \<75pound@gmail.com\>. | ||
Isomorphic test suite by [test-runner](https://github.com/test-runner-js/test-runner) and [web-runner](https://github.com/test-runner-js/web-runner). Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown). |
Sorry, the diff of this file is not supported yet
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
Yes
8940