From 4792a56d3488c803e59422a9ff3f0c01f3a4a4ba Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 5 Dec 2023 13:56:53 +0000 Subject: [PATCH] Resetting package fields for development --- package.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index e3680c8441..d828ad91d2 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "package.json", ".stylelintrc.js" ], - "main": "./lib/index.ts", + "main": "./src/index.ts", "matrix_src_main": "./src/index.ts", "matrix_lib_main": "./lib/index.ts", "matrix_lib_typings": "./lib/index.d.ts", @@ -230,10 +230,7 @@ "stylelint-config-standard": "^34.0.0", "stylelint-scss": "^5.0.0", "ts-node": "^10.9.1", - "typescript": "5.3.2", - "@axe-core/playwright": "^4.8.1", - "@action-validator/core": "^0.5.3", - "@action-validator/cli": "^0.5.3" + "typescript": "5.3.2" }, "peerDependencies": { "postcss": "^8.4.19", @@ -243,6 +240,5 @@ "outputDirectory": "coverage", "outputName": "jest-sonar-report.xml", "relativePaths": true - }, - "typings": "./lib/index.d.ts" + } }