Skip to content

Commit 1441c4a

Browse files
committed
Merge pull request mathjax#167 from mathjax/issue162
package.json: point "main" to mj-single
2 parents 09e526f + cfc6895 commit 1441c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"scripts": {
3232
"test": "tape test/*.js"
3333
},
34-
"main": "./lib/mj-page.js",
34+
"main": "./lib/mj-single.js",
3535
"devDependencies": {
3636
"tape": "^4.0.3"
3737
}

0 commit comments

Comments
 (0)