Skip to content

Commit

Permalink
docs: add changeset for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed May 20, 2022
1 parent 0612f04 commit 680a71c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .changeset/blue-laws-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@d-ts/bin': patch
'@d-ts/core': patch
'@d-ts/svelte': patch
'@d-ts/webpack-plugins': patch
---

fix: jsox/svelte type issues
2 changes: 1 addition & 1 deletion packages/bin/src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
import path from 'path'
import path from 'node:path'

import t from './index.js'

Expand Down
4 changes: 2 additions & 2 deletions packages/bin/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fs from 'fs'
import path from 'path'
import fs from 'node:fs'
import path from 'node:path'

const link = (dtsDir: string, pkgName: string) => {
if (pkgName === 'bin') {
Expand Down

0 comments on commit 680a71c

Please sign in to comment.