Skip to content

Commit a08c046

Browse files
committed
move back to og brace-expansion
no longer need the fork
1 parent fde70d1 commit a08c046

3 files changed

Lines changed: 69 additions & 18 deletions

File tree

package-lock.json

Lines changed: 67 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
"type": "module",
6363
"module": "./dist/esm/index.js",
6464
"dependencies": {
65-
"@isaacs/brace-expansion": "^5.0.1"
65+
"brace-expansion": "^5.0.2"
6666
}
6767
}

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { expand } from '@isaacs/brace-expansion'
1+
import { expand } from 'brace-expansion'
22
import { assertValidPattern } from './assert-valid-pattern.js'
33
import { AST, ExtglobType } from './ast.js'
44
import { escape } from './escape.js'

0 commit comments

Comments
 (0)