Skip to content

Commit 8e63b78

Browse files
committed
update package.json
1 parent 3132c58 commit 8e63b78

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
11
{
22
"name": "@pretextbook/latex-pretext",
33
"version": "0.0.1",
4+
"description": "Tools for working with PreTeXt documents in LaTeX format",
5+
"author": "Oscar Levin",
6+
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/PreTeXtBook/pretext-tools.git"
10+
},
11+
"bugs": {
12+
"url": "https://github.com/PreTeXtBook/pretext-tools/issues"
13+
},
14+
"homepage": "https://github.com/PreTeXtBook/pretext-tools/packages/latex-pretext#readme",
415
"private": false,
5-
"type": "commonjs",
16+
"type": "module",
617
"main": "./src/index.js",
18+
"module": "./src/index.js",
719
"types": "./src/index.d.ts",
820
"dependencies": {
921
"@unified-latex/unified-latex": "^1.8.3",
1022
"@unified-latex/unified-latex-to-pretext": "^1.8.3",
1123
"tslib": "^2.3.0"
24+
},
25+
"publishConfig": {
26+
"access": "public"
1227
}
1328
}

0 commit comments

Comments
 (0)