Skip to content

Commit

Permalink
Update package contents
Browse files Browse the repository at this point in the history
$ tar tvf metamask-safe-event-emitter-v1.0.1.tgz
drwxr-xr-x  0 0      0           0 12 Feb 17:21 package
-rw-r--r--  0 0      0         481 21 Jan 18:04 package/README.md
-rw-r--r--  0 0      0         182 12 Feb 16:54 package/index.d.ts
-rw-r--r--  0 0      0        2115 12 Feb 16:54 package/index.js
-rw-r--r--  0 0      0        1867 12 Feb 16:54 package/index.js.map
-rw-r--r--  0 0      0         885 12 Feb 17:22 package/package.json
  • Loading branch information
whymarrh committed Feb 12, 2020
1 parent 2ae9c10 commit 435bd7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .npmignore

This file was deleted.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"files": [
"index.js",
"index.d.ts",
"index.js.map"
],
"scripts": {
"build": "tsc --project .",
"test": "jest",
Expand Down

0 comments on commit 435bd7d

Please sign in to comment.