mirror of
https://github.com/josdejong/mathjs.git
synced 2026-02-01 16:07:46 +00:00
Merge pull request #1128 from josdejong/npm-files
explicity list files to be included in npm package
This commit is contained in:
commit
fc8b686539
12
.npmignore
12
.npmignore
@ -1,12 +0,0 @@
|
||||
browser-test-config
|
||||
coverage
|
||||
gulpfile.js
|
||||
img
|
||||
misc
|
||||
node_modules
|
||||
node-test
|
||||
test
|
||||
tools
|
||||
.idea
|
||||
.npmignore
|
||||
.travis.yml
|
||||
10
package.json
10
package.json
@ -137,6 +137,16 @@
|
||||
"zeros": "1.0.0"
|
||||
},
|
||||
"main": "./index",
|
||||
"files": [
|
||||
"dist",
|
||||
"lib",
|
||||
"src",
|
||||
"bin",
|
||||
"core.js",
|
||||
"docs",
|
||||
"examples",
|
||||
"CONTRIBUTING.md"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "gulp",
|
||||
"watch": "gulp watch",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user