Skip to content

Commit

Permalink
chore: add normalize-path for deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yarastqt committed Jul 28, 2020
1 parent 32de726 commit 305488f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"deepmerge": "4.2.2",
"fast-glob": "3.2.2",
"fs-extra": "8.1.0",
"normalize-path": "3.0.0",
"pkg-dir": "4.2.0",
"style-dictionary": "2.10.0",
"yaml": "1.10.0"
Expand Down
5 changes: 5 additions & 0 deletions src/modules.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@ declare module 'style-dictionary' {
}
export default StyleDictionaryApi
}

declare module 'normalize-path' {
function normalize(path: string, trailingSlashes?: boolean): string
export default normalize
}

0 comments on commit 305488f

Please sign in to comment.