Skip to content

Commit

Permalink
feat: rely on the standalone copy of rollup types. Closes #439
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf0 committed Mar 6, 2024
1 parent b310a9a commit e231e14
Show file tree
Hide file tree
Showing 8 changed files with 1,016 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -74,4 +74,4 @@
"engines": {
"node": ">=18.18.0"
}
}
}
1 change: 0 additions & 1 deletion packages/node/package.json
Expand Up @@ -33,7 +33,6 @@
},
"devDependencies": {
"@types/node": "^18.14.0",
"rollup": "^3.17.2",
"typescript": "^5.0.0",
"unbuild": "^2.0.0",
"vitest": "^0.34.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/node/src/rollup-types.ts
Expand Up @@ -11,4 +11,4 @@ export type {
OutputAsset,
OutputBundle,
SourceMapInput
} from 'rollup'
} from './rollup'

0 comments on commit e231e14

Please sign in to comment.