mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
fix: reduce npm package size
Add files field to package.json so that the size of the published package is reduced by only including the files required (the bin and the dist folders) Closes #619
This commit is contained in:
parent
25c44207be
commit
35730b7c80
@ -38,6 +38,10 @@
|
||||
"bin": {
|
||||
"showdown": "bin/showdown.js"
|
||||
},
|
||||
"files": [
|
||||
"bin",
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"chai": "^4.3.4",
|
||||
"grunt": "^1.4.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user