@battery/core
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -5,2 +5,3 @@ import { generateCSS } from './generateCSS'; | ||
export { PluginConfig } from './types/plugin-config'; | ||
export { BatteryPlugin } from './battery-plugin'; | ||
export default generateCSS; |
import { generateCSS } from './generateCSS'; | ||
export { BatteryPlugin } from './battery-plugin'; | ||
export default generateCSS; |
{ | ||
"name": "@battery/core", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -5,3 +5,4 @@ import { generateCSS } from './generateCSS'; | ||
export { PluginConfig } from './types/plugin-config'; | ||
export { BatteryPlugin } from './battery-plugin'; | ||
export default generateCSS; |
259901
6571