Skip to content

Commit

Permalink
🧼 Add src folders to npm (#711)
Browse files Browse the repository at this point in the history
* Add src files to npm

* Create add-src-to-npm.md
  • Loading branch information
mj426382 authored Apr 21, 2022
1 parent baa1b2f commit e8adce7
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .changeset/add-src-to-npm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@ethereum-waffle/chai": patch
"ethereum-waffle": patch
"@ethereum-waffle/compiler": patch
"@ethereum-waffle/ens": patch
"@ethereum-waffle/mock-contract": patch
"@ethereum-waffle/provider": patch
---

🧼 Add src folders to npm
4 changes: 4 additions & 0 deletions waffle-chai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"access": "public",
"tag": "alpha"
},
"files": [
"dist",
"src"
],
"keywords": [
"ethereum",
"smart-contracts",
Expand Down
4 changes: 4 additions & 0 deletions waffle-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"access": "public",
"tag": "alpha"
},
"files": [
"dist",
"src"
],
"keywords": [
"ethereum",
"smart-contracts",
Expand Down
6 changes: 5 additions & 1 deletion waffle-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
"publishConfig": {
"access": "public",
"tag": "alpha"
},
},
"files": [
"dist",
"src"
],
"keywords": [
"ethereum",
"smart-contracts",
Expand Down
4 changes: 4 additions & 0 deletions waffle-ens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"access": "public",
"tag": "alpha"
},
"files": [
"dist",
"src"
],
"keywords": [
"ethereum",
"smart-contracts",
Expand Down
4 changes: 4 additions & 0 deletions waffle-mock-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"access": "public",
"tag": "alpha"
},
"files": [
"dist",
"src"
],
"keywords": [
"ethereum",
"smart-contracts",
Expand Down
4 changes: 4 additions & 0 deletions waffle-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"access": "public",
"tag": "alpha"
},
"files": [
"dist",
"src"
],
"keywords": [
"ethereum",
"smart-contracts",
Expand Down

0 comments on commit e8adce7

Please sign in to comment.