Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bradlc committed Mar 29, 2023
1 parent f034a64 commit 7878ea1
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 122 deletions.
10 changes: 1 addition & 9 deletions scripts/copy-licenses.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@ const { devDependencies } = require('../package.json')
const fs = require('fs')
const path = require('path')

let exclude = [
'cpy-cli',
'esbuild',
'jest',
'license-checker',
'prettier',
'rimraf',
'svelte',
]
let exclude = ['cpy-cli', 'esbuild', 'jest', 'license-checker', 'prettier', 'rimraf', 'svelte']

checker.init({ start: path.resolve(__dirname, '..') }, (_err, packages) => {
for (let key in packages) {
Expand Down

0 comments on commit 7878ea1

Please sign in to comment.