Skip to content

Commit

Permalink
0.2.4 (chore): whitelist dist dir (#3)
Browse files Browse the repository at this point in the history
* 0.2.4: Whitelist dist folder
  • Loading branch information
taylorjdawson authored Jun 24, 2021
1 parent ecc8476 commit ed24296
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Empty file removed .npmignore
Empty file.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "eth-chains",
"version": "0.2.3",
"version": "0.2.4",
"description": "Helper module for getting Ethereum chains info.",
"author": "Taylor Dawson",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"license": "WTFPL",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit ed24296

Please sign in to comment.