Skip to content

Commit

Permalink
refactor!: do not ship type definitions (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Sep 9, 2020
1 parent 95a9e78 commit 8fbd56f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -9,7 +9,6 @@
},
"type": "module",
"module": "./build/lib/index.js",
"types": "./build/index.cjs.d.ts",
"scripts": {
"check": "standardx '**/*.ts' && standardx '**/*.js' && standardx '**/*.cjs'",
"fix": "standardx --fix '**/*.ts' && standardx --fix '**/*.js' && standardx --fix '**/*.cjs'",
Expand Down Expand Up @@ -70,7 +69,8 @@
},
"files": [
"browser.js",
"build"
"build",
"!*.d.ts"
],
"engines": {
"node": ">=10"
Expand Down

0 comments on commit 8fbd56f

Please sign in to comment.