update-browserslist-db 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -5,7 +5,7 @@ let path = require('path')
5
5
  let fs = require('fs')
6
6
 
7
7
  const DEFAULT_INDENT = ' '
8
- const INDENT_REGEXP = /^(\s*)[^\s]/m
8
+ const INDENT_REGEXP = /^(\s+)[^\s]/m
9
9
 
10
10
  function detectIndent(text) {
11
11
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "update-browserslist-db",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "CLI tool to update caniuse-lite to refresh target browsers from Browserslist config",
5
5
  "keywords": [
6
6
  "caniuse",