修复打包引用
This commit is contained in:
parent
09e4cbbfe2
commit
c43224ed4a
@ -1,11 +1,13 @@
|
||||
{
|
||||
"name": "cut-abstractions",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "",
|
||||
"main": "index.ts",
|
||||
"files": ["dist/**/*"],
|
||||
"exports": {
|
||||
".": "./dist/**/*"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"require": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
|
3
src/index.ts
Normal file
3
src/index.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export * from './base';
|
||||
export * from './processors';
|
||||
export * from './parsers';
|
Loading…
Reference in New Issue
Block a user