Skip to content

Commit be965b3

Browse files
committed
Update dependencies
1 parent 20f85ef commit be965b3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ lint:
55

66
test:
77
npm run test
8+
9+
update-dependencies:
10+
npm pack .
11+
12+
.PHONY: test

artcompiler-parselatex-1.1.0.tgz

207 KB
Binary file not shown.

package.json

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest",
99
"lint": "npx eslint --config config/.eslintrc.js src"
1010
},
11-
"repository": {
12-
"type": "git",
13-
"url": "git+https://github.com/artcompiler/parselatex.git"
14-
},
1511
"author": "https://github.com/jeffdyer",
1612
"license": "MIT",
1713
"bugs": {

0 commit comments

Comments
 (0)