Skip to content

Commit

Permalink
chore: reduce package size
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 5, 2018
1 parent 2cec678 commit fca58e8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,16 @@
"description": "Elegant Console Logger",
"license": "MIT",
"repository": "nuxt/consola",
"main": "./dist/consola.cjs.js",
"module": "./src/index.js",
"main": "dist/consola.cjs.js",
"scripts": {
"build": "bili",
"lint": "eslint --ext .js,.mjs src test examples",
"test": "jest test/",
"lint": "eslint src test examples",
"test": "jest test",
"prepublish": "yarn build",
"release": "standard-version && yarn build && git push --follow-tags && npm publish"
},
"files": [
"dist",
"src"
"dist"
],
"keywords": [
"console",
Expand Down

0 comments on commit fca58e8

Please sign in to comment.