Skip to content

Commit 5b8d9b4

Browse files
committed
Make contracts private
1 parent 084afe0 commit 5b8d9b4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"access": "public",
1111
"baseBranch": "master",
1212
"updateInternalDependencies": "patch",
13-
"ignore": ["@networked-art/punks-contracts"]
13+
"ignore": []
1414
}

contracts/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@networked-art/punks-contracts",
33
"version": "0.0.1",
4+
"private": true,
45
"type": "module",
56
"scripts": {
67
"generate:punks-data": "hardhat run scripts/generate-punks-data.ts",

0 commit comments

Comments
 (0)