desktop-deep-link
Advanced tools
Comparing version 1.5.3 to 1.5.5
@@ -5,2 +5,11 @@ # Changelog | ||
### [1.5.5](https://github.com/friedrith/desktop-deep-link/compare/v1.5.4...v1.5.5) (2022-04-08) | ||
### [1.5.4](https://github.com/friedrith/desktop-deep-link/compare/v1.5.1...v1.5.4) (2022-04-08) | ||
### Bug Fixes | ||
* add discord to list of modules ([65d2859](https://github.com/friedrith/desktop-deep-link/commit/65d2859222a5678518e32651667bfa0696a6332b)) | ||
### [1.5.1](https://github.com/friedrith/desktop-deep-link/compare/v1.5.0...v1.5.1) (2022-02-03) | ||
@@ -7,0 +16,0 @@ |
{ | ||
"name": "desktop-deep-link", | ||
"version": "1.5.3", | ||
"version": "1.5.5", | ||
"description": "A library to transform urls to deep link for a lot of desktop apps.", | ||
@@ -5,0 +5,0 @@ "main": "dist/tsc/index.js", |
@@ -5,10 +5,4 @@ { | ||
"module": "commonjs", | ||
"types": [ | ||
"node", | ||
"jest" | ||
], | ||
"lib": [ | ||
"ES6", | ||
"DOM" | ||
], | ||
"types": ["node", "jest"], | ||
"lib": ["ES6", "DOM"], | ||
"declaration": true, | ||
@@ -34,11 +28,6 @@ "declarationMap": true, | ||
"outDir": "./dist/tsc/", | ||
"importHelpers": true, | ||
"importHelpers": true | ||
}, | ||
"include": [ | ||
"src/**/*.ts" | ||
], | ||
"exclude": [ | ||
"node_modules", | ||
"**/*.spec.ts" | ||
], | ||
"include": ["src/**/*.ts"], | ||
"exclude": ["node_modules", "**/*.spec.ts"] | ||
} |
45245
99
805