Skip to content

Commit 5abeabe

Browse files
Add exports.types (#32)
Add exports.types
2 parents 4e89abc + 3f36436 commit 5abeabe

File tree

8 files changed

+955
-3
lines changed

8 files changed

+955
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
node_modules
2+
yarn.lock
3+
package-lock.json

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@
2525
"test:browsers:local": "npm run test:browsers -- --local"
2626
},
2727
"dependencies": {
28-
"inherits": "2.0.3"
28+
"inherits": "2.0.3",
29+
"is-arguments": "^1.0.4",
30+
"is-generator-function": "^1.0.7",
31+
"object.entries": "^1.1.0",
32+
"safe-buffer": "^5.1.2"
2933
},
3034
"license": "MIT",
3135
"devDependencies": {

0 commit comments

Comments
 (0)