From 717b8aa95c858e5de38f678a00573c0b51179de0 Mon Sep 17 00:00:00 2001 From: Raphael Flechtner Date: Tue, 14 Mar 2023 15:49:55 +0100 Subject: [PATCH] chore: remove unused package.json --- docs/package.json | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 docs/package.json diff --git a/docs/package.json b/docs/package.json deleted file mode 100644 index e4036b9d1..000000000 --- a/docs/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "@kiltprotocol/docs", - "version": "0.24.0-7", - "description": "", - "scripts": { - "clean": "rimraf ./lib", - "build": "yarn clean && yarn build:ts", - "build:ts": "tsc --declaration -p tsconfig.build.json" - }, - "repository": "github:kiltprotocol/sdk-js", - "engines": { - "node": ">=14.0" - }, - "author": "", - "license": "BSD-4-Clause", - "bugs": "https://github.com/KILTprotocol/sdk-js/issues", - "homepage": "https://github.com/KILTprotocol/sdk-js#readme", - "dependencies": { - "@kiltprotocol/sdk-js": "workspace:*", - "@polkadot/keyring": "^10.2.1", - "@polkadot/types": "^9.10.2", - "@polkadot/util": "^10.2.1", - "typescript-logging": "^0.6.4", - "@polkadot/util-crypto": "^10.2.1", - "testcontainers": "^9.0.0" - } -} \ No newline at end of file