Skip to content

Commit f3dd8e0

Browse files
committed
Added .npmignore to avoid including files non-essential to the package
1 parent dbfa64e commit f3dd8e0

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.npmignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
build
2+
css
3+
src
4+
test
5+
.babelrc
6+
.editorconfig
7+
.eslintrc.json
8+
.travis.yml
9+
documentation.yml
10+
jsdoc.conf.json
11+
postcss.config.js
12+
webpack.config.js

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Arno Gourdol <[email protected]> (arno.org)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"javascript",
1414
"math-editing"
1515
],
16-
"main": "mathlive.js",
16+
"main": "dist/mathlive.js",
1717
"scripts": {
1818
"clean": "rm -rf build dist docs",
1919
"build-js": "npm-run-all -p lint",
@@ -44,7 +44,7 @@
4444
"reporter": "html"
4545
},
4646
"engines": {
47-
"node": "4.0.0"
47+
"node": "~8.0"
4848
},
4949
"browserslist": [
5050
"> 1%",

0 commit comments

Comments
 (0)