From 8d74f8c005d7cf6f713965bba99da30002027351 Mon Sep 17 00:00:00 2001 From: Daniel Kagan Date: Tue, 28 Jan 2025 15:17:30 +0200 Subject: [PATCH] Revert "bla3" This reverts commit 898c32961fecfc827dcba58533d4ebc2e93adcee. --- package.json | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 package.json diff --git a/package.json b/package.json deleted file mode 100644 index 3ab0165..0000000 --- a/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "repluggable-monorepo", - "version": "1.0.0", - "license": "MIT", - "description": "Allows composition of a React-with-Redux application entirely from a list of pluggable packages", - "author": { - "name": "Wix.com", - "email": "responsive-feds@wix.com" - }, - "repository": { - "type": "git", - "url": "https://github.com/wix/repluggable" - }, - "scripts": { - "start": "webpack-dev-server --hot --config webpack.local.config.js", - "build": "rm -rf dist && yarn build-cjs && yarn build-es && yarn build-bundle-dev && yarn build-bundle-prod", - "build-cjs": "tsc --outDir dist --module commonjs", - "build-es": "tsc --outDir dist/es --module esNext", - "build-bundle-dev": "webpack --config webpack.dev.config.js", - "build-bundle-prod": "webpack --config webpack.prod.config.js", - "test": "jest --coverage", - "posttest": "tslint --project .", - "lintfix": "tslint --fix --project ." - }, - "resolutions": { - "node-forge": "^1.0.0" - }, - "husky": { - "hooks": { - "pre-commit": "lint-staged" - } - }, - "lint-staged": { - "(src|test|testKit)/**/*.{ts,tsx}": [ - "tslint --project . --fix" - ] - }, - "packageManager": "yarn@4.6.0" - } - \ No newline at end of file