add the build files to the npm package
This commit is contained in:
@ -9,6 +9,10 @@
|
|||||||
"prepublishOnly": "tsc -p ts",
|
"prepublishOnly": "tsc -p ts",
|
||||||
"lint": "tslint --project ./ts"
|
"lint": "tslint --project ./ts"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"ts",
|
||||||
|
"build"
|
||||||
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/dolanmiu/docx.git"
|
"url": "git+https://github.com/dolanmiu/docx.git"
|
||||||
|
Reference in New Issue
Block a user