Skip to content

Commit

Permalink
Remove deprecated files, move to recommend structure for hardhat plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel authored and 0xGabi committed Jul 7, 2021
1 parent 9b1d48c commit d04dc07
Show file tree
Hide file tree
Showing 223 changed files with 600 additions and 56,787 deletions.
1 change: 0 additions & 1 deletion .env

This file was deleted.

3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

59 changes: 0 additions & 59 deletions .github/ISSUE_TEMPLATE/bug.md

This file was deleted.

13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/documentation.md

This file was deleted.

21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE/feature.md

This file was deleted.

12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/proposal.md

This file was deleted.

14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

26 changes: 0 additions & 26 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

12 changes: 0 additions & 12 deletions .github/config.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/release-drafter.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/stale.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .mocharc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"require": "ts-node/register/files",
"ignore": ["test/fixture-projects/**/*"],
"timeout": 6000
}
}
66 changes: 25 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,39 @@
{
"name": "@1hive/hardhat-aragon",
"version": "0.2.9",
"version": "1.0.0",
"description": "Aragon Hardhat plugin",
"main": "dist/src/index.js",
"author": "1hive <info@1hive.org>",
"license": "GPL-3.0-or-later",
"license": "MIT",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"keywords": [
"aragon",
"ethereum",
"smart-contracts",
"hardhat",
"plugin",
"ethereum"
"hardhat-plugin",
"aragon"
],
"files": [
"typechain",
"dist/src",
"dist/bootstrap-paths.d.ts",
"dist/bootstrap-paths.d.ts.map",
"dist/bootstrap-paths.js",
"dist/bootstrap-paths.js.map",
"dist/tsconfig.json",
"src"
"dist/src/",
"src/",
"README.md"
],
"scripts": {
"generate": "typechain --target truffle --outDir typechain './node_modules/@aragon/abis/os/artifacts/*.json'",
"build-projects": "cd test/projects && yarn && yarn build-projects && cd ../..",
"dev": "yarn generate && yarn build && yarn build-projects",
"lint": "eslint 'src/**/*.{js,ts}'",
"prettier": "prettier --write '**/*.{ts,js,css,html}'",
"test": "yarn build && mocha --recursive \"test/**/*.ts\" --exit",
"lint:fix": "prettier --write 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' && tslint --fix --config tslint.json --project tsconfig.json",
"lint": "tslint --config tslint.json --project tsconfig.json",
"test": "mocha --exit --recursive 'test/**/*.test.ts'",
"build": "tsc",
"watch": "tsc -w",
"test:coverage": "nyc --all --reporter=lcov --reporter=text-summary --reporter=html yarn test",
"build": "tsc --build .",
"postbuild": "cp ./tsconfig.json ./dist/tsconfig.json",
"report-coverage": "codecov"
},
"dependencies": {
"@solidity-parser/parser": "^0.6.0",
"chalk": "^3.0.0",
"chokidar": "^3.3.1",
"ethjs-ens": "^2.0.1",
"execa": "^4.0.0",
"chalk": "^4.1.1",
"execa": "^5.0.0",
"fs-extra": "^8.1.0",
"ganache-core": "^2.10.1",
"http-proxy": "^1.18.0",
"ipfs-http-client": "^50.0.0",
"live-server": "^1.2.1",
"node-fetch": "^2.6.0",
"open": "^7.0.0",
"source-map-support": "^0.5.16",
"tcp-port-used": "^1.0.1",
"tsconfig-paths": "^3.9.0"
"ipfs-http-client": "^50.0.1-rc.5",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@aragon/abis": "^1.1.0",
Expand All @@ -64,6 +49,7 @@
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"bignumber.js": "^9.0.0",
"chai": "^4.2.0",
"codecov": "^3.6.5",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
Expand All @@ -72,14 +58,12 @@
"ethers": "^5.1.4",
"hardhat": "^2.2.1",
"kill-port": "^1.6.0",
"mocha": "^7.1.2",
"nyc": "^15.0.1",
"prettier": "^1.19.1",
"prettier": "2.0.5",
"sinon": "^9.0.1",
"truffle-typings": "1.0.4",
"ts-node": "^8.5.4",
"typechain": "^1.0.3",
"typechain-target-truffle": "^1.0.2",
"typescript": "^3.7.4"
"ts-node": "^8.1.0",
"typescript": "^4.2.4"
},
"peerDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
Expand Down
5 changes: 0 additions & 5 deletions src/ExampleHardhatRuntimeEnvironmentField.ts

This file was deleted.

24 changes: 0 additions & 24 deletions src/config/aragon.ts

This file was deleted.

10 changes: 0 additions & 10 deletions src/config/index.ts

This file was deleted.

Loading

0 comments on commit d04dc07

Please sign in to comment.