Skip to content

Commit 0ce7af9

Browse files
committed
commit
1 parent c430c4e commit 0ce7af9

File tree

12 files changed

+114
-1026
lines changed

12 files changed

+114
-1026
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,5 @@ dist
129129
.yarn/install-state.gz
130130
.pnp.*
131131

132-
.idea
132+
.idea
133+
.DS_Store

packages/cli/src/commands/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const Target = {
2-
Contract: 'Contracts',
2+
Contract: 'Contract',
33
Fixtures: 'Fixtures',
44
};
55

packages/contract/contract/index.d.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/contract/contract/index.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)