Skip to content

Commit 9c9557b

Browse files
clean up package (#287)
1 parent 43333f7 commit 9c9557b

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

.npmignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
hardhat.config.ts
22
scripts
33
test
4+
5+
# Exclude test/mock contracts
6+
contracts/mocks
7+
8+
# Exclude binary assets
9+
**/*.png
10+
**/*.jpg
11+
**/*.jpeg
12+
13+
# Exclude diagram source files
14+
**/MermaidDiagramSource.md

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [
8-
"contracts",
8+
"contracts/**/*.sol",
9+
"!contracts/mocks",
910
"dist"
1011
],
1112
"scripts": {
@@ -65,6 +66,7 @@
6566
"solhint-community": "^4.0.0",
6667
"solhint-plugin-prettier": "^0.1.0",
6768
"solidity-coverage": "^0.8.4",
69+
"eslint-plugin-mocha": "^10.2.0",
6870
"ts-node": "^10.9.1",
6971
"typechain": "^8.1.1",
7072
"typescript": "^4.9.5"
@@ -74,9 +76,6 @@
7476
"@limitbreak/creator-token-standards": "^5.0.0",
7577
"@openzeppelin/contracts": "^4.9.3",
7678
"@openzeppelin/contracts-upgradeable": "^4.9.3",
77-
"@rari-capital/solmate": "^6.4.0",
78-
"eslint-plugin-mocha": "^10.2.0",
79-
"moment": "^2.30.1",
8079
"openzeppelin-contracts-5.0.2": "npm:@openzeppelin/contracts@^5.0.2",
8180
"openzeppelin-contracts-upgradeable-4.9.3": "npm:@openzeppelin/contracts-upgradeable@^4.9.3",
8281
"seaport": "https://github.com/immutable/seaport.git#1.5.0+im.1.3",
@@ -85,5 +84,6 @@
8584
"seaport-types-16": "npm:[email protected]",
8685
"solidity-bits": "^0.4.0",
8786
"solidity-bytes-utils": "^0.8.0"
88-
}
87+
},
88+
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
8989
}

0 commit comments

Comments
 (0)