Skip to content

Commit

Permalink
chore: remove unnecessary files from linea-ens-contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
Julink-eth committed Jul 5, 2024
1 parent 727f5f5 commit 1dc3510
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 139 deletions.
4 changes: 0 additions & 4 deletions packages/linea-ens-contracts/.husky/pre-commit

This file was deleted.

8 changes: 3 additions & 5 deletions packages/linea-ens-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
{
"name": "@ensdomains/ens-contracts",
"version": "1.0.0",
"description": "ENS contracts",
"description": "Linea ENS contracts",
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"test:local": "hardhat --network localhost test",
"test:deploy": "hardhat --network hardhat deploy",
"lint": "hardhat check",
"build": "rm -rf ./build/deploy ./build/hardhat.config.js && hardhat compile && tsc",
"format": "prettier --write .",
"prepublishOnly": "yarn build",
"pub": "yarn publish --access public",
"prepare": "cd ../../ && husky install",
"wikiCheck": "node wikiCheck.js "
"prepublishOnly": "yarn build"
},
"files": [
"build",
Expand Down
130 changes: 0 additions & 130 deletions packages/linea-ens-contracts/wikiCheck.js

This file was deleted.

0 comments on commit 1dc3510

Please sign in to comment.