guess-json-indent
Advanced tools
Comparing version 1.4.0 to 1.5.0
{ | ||
"name": "guess-json-indent", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"type": "module", | ||
@@ -15,2 +15,3 @@ "exports": { | ||
], | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -54,3 +55,3 @@ "test": "gulp test" | ||
"devDependencies": { | ||
"@ehmicky/dev-tasks": "^1.0.99", | ||
"@ehmicky/dev-tasks": "^1.0.102", | ||
"detect-indent": "^7.0.0", | ||
@@ -57,0 +58,0 @@ "detect-indentation": "^5.20.0", |
@@ -37,4 +37,5 @@ [![Node](https://img.shields.io/badge/-Node.js-808080?logo=node.js&colorA=404040&logoColor=66cc33)](https://www.npmjs.com/package/guess-json-indent) | ||
This package works in both Node.js >=14.18.0 and browsers. It is an ES module | ||
and must be loaded using | ||
This package works in both Node.js >=14.18.0 and | ||
[browsers](https://raw.githubusercontent.com/ehmicky/dev-tasks/main/src/tasks/build/browserslist). | ||
It is an ES module and must be loaded using | ||
[an `import` or `import()` statement](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c), | ||
@@ -41,0 +42,0 @@ not `require()`. |
10610
111