Cleanup linting & docs (#1)

* Cleanup linting & docs

* Cleanup build
This commit is contained in:
Jaco Greeff
2020-09-21 15:22:00 +02:00
committed by GitHub
parent 314bf6f252
commit e7f1e3bd57
11 changed files with 68 additions and 11 deletions
+4 -5
View File
@@ -2,6 +2,10 @@
"repository": "https://github.com/polkadot-js/phishing",
"author": "Jaco Greeff <jacogr@gmail.com>",
"license": "Apache-2",
"private": true,
"workspaces": [
"packages/*"
],
"resolutions": {
"babel-core": "^7.0.0-bridge.0",
"typescript": "^4.0.2"
@@ -9,16 +13,11 @@
"scripts": {
"build": "polkadot-dev-build-ts",
"build:release": "polkadot-ci-ghact-build --skip-beta",
"docs": "echo \"no docs build step\"",
"docs:release": "polkadot-ci-ghact-docs",
"lint": "polkadot-dev-run-lint",
"clean": "polkadot-dev-clean-build",
"postinstall": "polkadot-dev-yarn-only",
"test": "echo \"no tests\""
},
"dependencies": {
"@polkadot/x-fetch": "^0.3.2"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@polkadot/dev": "^0.55.53",