修复打包引用
This commit is contained in:
		@@ -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';
 | 
			
		||||
		Reference in New Issue
	
	Block a user