Skip to content

Commit

Permalink
Add exports.types (#32)
Browse files Browse the repository at this point in the history
Add exports.types
  • Loading branch information
goto-bus-stop committed May 1, 2019
2 parents 4e89abc + 3f36436 commit 5abeabe
Show file tree
Hide file tree
Showing 8 changed files with 955 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1 +1,3 @@
node_modules
yarn.lock
package-lock.json
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -25,7 +25,11 @@
"test:browsers:local": "npm run test:browsers -- --local"
},
"dependencies": {
"inherits": "2.0.3"
"inherits": "2.0.3",
"is-arguments": "^1.0.4",
"is-generator-function": "^1.0.7",
"object.entries": "^1.1.0",
"safe-buffer": "^5.1.2"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 5abeabe

Please sign in to comment.