Fixed the index.ts file
This commit is contained in:
parent
c04b05f587
commit
7ea65b0c51
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "webpack-svg-sprite-generator",
|
"name": "webpack-svg-sprite-generator",
|
||||||
"version": "1.0.14",
|
"version": "1.0.15",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "plugin.js",
|
"main": "plugin.js",
|
||||||
"types": "ts/index.d.ts",
|
"types": "ts/index.d.ts",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import * as Generator from "./Generator";
|
import * as Generator from "./generator";
|
||||||
import { SpriteGenerator, Options as PluginOptions } from "./Plugin";
|
import { SpriteGenerator, Options as PluginOptions } from "./plugin";
|
||||||
|
|
||||||
export type Sprite = Generator.GeneratedSprite;
|
export type Sprite = Generator.GeneratedSprite;
|
||||||
export type DtsOptions = Generator.SpriteDtsOptions;
|
export type DtsOptions = Generator.SpriteDtsOptions;
|
||||||
|
|
Loading…
Add table
Reference in a new issue