修复打包引用
This commit is contained in:
		@@ -1,11 +1,13 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "cut-abstractions",
 | 
					  "name": "cut-abstractions",
 | 
				
			||||||
  "version": "0.1.1",
 | 
					  "version": "0.1.2",
 | 
				
			||||||
  "description": "",
 | 
					  "description": "",
 | 
				
			||||||
  "main": "index.ts",
 | 
					 | 
				
			||||||
  "files": ["dist/**/*"],
 | 
					  "files": ["dist/**/*"],
 | 
				
			||||||
  "exports": {
 | 
					  "exports": {
 | 
				
			||||||
    ".": "./dist/**/*"
 | 
					    ".": {
 | 
				
			||||||
 | 
					      "types": "./dist/index.d.ts",
 | 
				
			||||||
 | 
					      "require": "./dist/index.js"
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
    "build": "tsc",
 | 
					    "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