Skip to content

Commit

Permalink
fix: expose typescript typings
Browse files Browse the repository at this point in the history
  • Loading branch information
msokk authored and pi0 committed Nov 12, 2018
1 parent 12581d4 commit f0398ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"repository": "nuxt/consola",
"main": "index.js",
"browser": "dist/consola.js",
"typings": "types/consola.d.ts",
"scripts": {
"build": "yarn build:cjs && yarn build:browser",
"build:cjs": "bili -t node --format cjs src/index.js",
Expand All @@ -19,7 +20,8 @@
},
"files": [
"dist",
"index.js"
"index.js",
"types"
],
"keywords": [
"console",
Expand Down

0 comments on commit f0398ed

Please sign in to comment.