We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbfa64e commit f3dd8e0Copy full SHA for f3dd8e0
.npmignore
@@ -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
@@ -0,0 +1 @@
+Arno Gourdol <[email protected]> (arno.org)
package.json
@@ -13,7 +13,7 @@
13
"javascript",
14
"math-editing"
15
],
16
- "main": "mathlive.js",
+ "main": "dist/mathlive.js",
17
"scripts": {
18
"clean": "rm -rf build dist docs",
19
"build-js": "npm-run-all -p lint",
@@ -44,7 +44,7 @@
44
"reporter": "html"
45
},
46
"engines": {
47
- "node": "4.0.0"
+ "node": "~8.0"
48
49
"browserslist": [
50
"> 1%",
0 commit comments