From 6e838ae4c6ce8b35b751a9862c2fe1eaef1c81b4 Mon Sep 17 00:00:00 2001 From: Manuel Alabor Date: Mon, 17 May 2021 15:20:01 +0200 Subject: [PATCH] v0.1.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 524df851..cf429c4a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "rxjs-debugging-for-vs-code", "displayName": "RxJS Debugging for Visual Studio Code", "description": "Add non-intrusive debugging capabilities for RxJS applications to Visual Studio Code.", - "version": "0.0.1", + "version": "0.1.0", "repository": { "url": "https://github.com/swissmanu/rxjs-debugging-for-vscode" }, @@ -100,15 +100,15 @@ "@types/ws": "7.4.4", "@typescript-eslint/eslint-plugin": "4.23.0", "@typescript-eslint/parser": "4.23.0", - "eslint-plugin-prettier": "3.4.0", "eslint": "7.26.0", + "eslint-plugin-prettier": "3.4.0", "glob": "7.1.7", "husky": "6.0.0", "jest": "26.6.3", "lint-staged": "11.0.0", "prettier": "2.3.0", - "rollup-plugin-terser": "7.0.2", "rollup": "2.47.0", + "rollup-plugin-terser": "7.0.2", "ts-jest": "26.5.5", "tslib": "2.2.0", "typescript": "4.2.4",