@rollup/plugin-buble
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@rollup/plugin-buble", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"publishConfig": { | ||
@@ -19,4 +19,4 @@ "access": "public" | ||
"exports": { | ||
"types": "./types/index.d.ts", | ||
"import": "./dist/es/index.js", | ||
"types": "./types/index.d.ts", | ||
"default": "./dist/cjs/index.js" | ||
@@ -23,0 +23,0 @@ }, |
@@ -1,4 +0,4 @@ | ||
import { FilterPattern } from '@rollup/pluginutils'; | ||
import { TransformOptions } from 'buble'; | ||
import { Plugin } from 'rollup'; | ||
import type { FilterPattern } from '@rollup/pluginutils'; | ||
import type { TransformOptions } from 'buble'; | ||
import type { Plugin } from 'rollup'; | ||
@@ -5,0 +5,0 @@ export interface RollupBubleOptions extends TransformOptions { |
6549