Skip to content

Commit ca85bc9

Browse files
committed
chore: remove remaining old files, update node imports to use node: prefix
1 parent 887c4e8 commit ca85bc9

28 files changed

+32
-7669
lines changed

bin/dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const oclif = require('@oclif/core')
44
const log4js = require('log4js')
55

6-
const path = require('path')
6+
const path = require('node:path')
77
const project = path.join(__dirname, '..', 'tsconfig.json')
88

99
// In dev mode -> use ts-node and dev plugins

generate-release-notes.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { readFile, writeFile } from 'fs/promises'
1+
import { readFile, writeFile } from 'node:fs/promises'
2+
23
import { getChangelogEntry } from '@changesets/release-utils'
34

45

packages/cli/README.md

Lines changed: 0 additions & 5984 deletions
This file was deleted.

packages/cli/src/__tests__/lib/commands/deviceprofiles-util.test.ts

Lines changed: 0 additions & 259 deletions
This file was deleted.

0 commit comments

Comments
 (0)