Skip to content

Commit

Permalink
upgrade trim-newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelolx committed Nov 21, 2023
1 parent f2df3d4 commit 4cbfbd8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
19 changes: 11 additions & 8 deletions bootstrap-icons-gem/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bootstrap-icons-gem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"fs-extra": "^11.1.1",
"globby": "^14.0.0",
"lodash.keyby": "^4.6.0",
"trim-newlines": "^3.0.1",
"trim-newlines": "^5.0.0",
"yargs": "^15.1.0"
}
}
2 changes: 1 addition & 1 deletion bootstrap-icons-gem/script/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
const path = require('path')
const { globbySync } = await import('globby')
const cheerio = require('cheerio')
const trimNewlines = require('trim-newlines')
const { trimNewlines } = await import('trim-newlines')
const yargs = require('yargs')
const keyBy = require('lodash.keyby')

Expand Down

0 comments on commit 4cbfbd8

Please sign in to comment.