mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
explicity list files to be included in npm package
Rather than add everything to the npm package it is better to only add the nessary files. This commit lists the files to include based on https://docs.npmjs.com/files/package.json#files
This commit is contained in:
parent
e112b43e5b
commit
1c7eeb8e90
@ -137,6 +137,11 @@
|
||||
"zeros": "1.0.0"
|
||||
},
|
||||
"main": "./index",
|
||||
"files": [
|
||||
"dist",
|
||||
"lib",
|
||||
"src",
|
||||
],
|
||||
"scripts": {
|
||||
"build": "gulp",
|
||||
"watch": "gulp watch",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user