Skip to content

Commit 0b77060

Browse files
committed
private
1 parent c5149d1 commit 0b77060

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/latex2js.com/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "latex2js.com",
33
"version": "1.0.0",
4+
"private": true,
45
"scripts": {
56
"build": "cp ../../packages/latex2js/latex2js.css ./assets/css/ && cp ../../packages/latex2html5/latex2html5.bundle.js ./assets/js/",
67
"copy": "rm -rf static && mkdir -p static && cp -r assets static/ && cp -r examples static/ && cp -r installation static/ && cp -r index.html static/",
@@ -12,4 +13,4 @@
1213
"devDependencies": {
1314
"glob": "^7.1.2"
1415
}
15-
}
16+
}

0 commit comments

Comments
 (0)