mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	add types
This commit is contained in:
		| @@ -5,6 +5,7 @@ | |||||||
|     "main": "dist/split.js", |     "main": "dist/split.js", | ||||||
|     "minified:main": "dist/split.min.js", |     "minified:main": "dist/split.min.js", | ||||||
|     "module": "dist/split.mjs", |     "module": "dist/split.mjs", | ||||||
|  |     "types": "index.d.ts", | ||||||
|     "repository": "https://github.com/nathancahill/split", |     "repository": "https://github.com/nathancahill/split", | ||||||
|     "keywords": [ |     "keywords": [ | ||||||
|         "css", |         "css", | ||||||
| @@ -25,6 +26,7 @@ | |||||||
|         "saucelabs": "yarn run test --browsers sl_firefox_latest,sl_chrome_latest,sl_safari,sl_edge,sl_ie_11,sl_ie_10" |         "saucelabs": "yarn run test --browsers sl_firefox_latest,sl_chrome_latest,sl_safari,sl_edge,sl_ie_11,sl_ie_10" | ||||||
|     }, |     }, | ||||||
|     "files": [ |     "files": [ | ||||||
|  |         "index.d.ts", | ||||||
|         "dist" |         "dist" | ||||||
|     ], |     ], | ||||||
|     "browserslist": [ |     "browserslist": [ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user