Skip to content

Commit

Permalink
v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Septh committed Sep 2, 2022
1 parent eb41a44 commit 3058b81
Show file tree
Hide file tree
Showing 5 changed files with 194 additions and 109 deletions.
35 changes: 28 additions & 7 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"rollup-plugin-ts": "^3.0.2",
"ts-node": "^10.8.1",
"tslib": "^2.4.0",
"type-fest": "^2.19.0",
"typescript": "^4.7.3"
},
"peerDependencies": {
Expand Down
4 changes: 1 addition & 3 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ import { defineConfig } from 'rollup'

import pkg from './package.json'

/**
* @type { () => import('rollup').Plugin }
*/
/** @type { import('rollup').PluginImpl } */
function packageType() {
return {
name: 'package-type',
Expand Down
Loading

0 comments on commit 3058b81

Please sign in to comment.