Skip to content

Commit 822dec0

Browse files
authored
Fix missing file (#234)
1 parent 1f0763c commit 822dec0

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
- Fix missing file. ([#234](https://github.com/OpenZeppelin/contracts-wizard/pull/234))
6+
37
## 0.2.1 (2023-03-17)
48

59
- Remove unspecified dependency on `@openzeppelin/contracts`. ([#233](https://github.com/OpenZeppelin/contracts-wizard/pull/233))

packages/core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"files": [
1010
"/dist",
1111
"/src",
12-
"!**/*.test.*"
12+
"!**/*.test.*",
13+
"openzeppelin-contracts.json"
1314
],
1415
"scripts": {
1516
"prepare": "tsc && node dist/scripts/prepare.js",

0 commit comments

Comments
 (0)