Skip to content

Commit 610a5aa

Browse files
committed
Merge branch 'mdx3-compat' of github.com:aryaemami59/remark-typescript-tools into mdx3-compat
2 parents 7a0577b + ab09e0e commit 610a5aa

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/workflows/main.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CI
2-
on: [push]
2+
on: [push, pull_request]
33
jobs:
44
build:
55
runs-on: ubuntu-latest
@@ -40,3 +40,6 @@ jobs:
4040
run: yarn build
4141
env:
4242
CI: true
43+
44+
- name: Publish to pkg.pr.new
45+
run: npx pkg-pr-new publish --no-template # --compact

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"name": "remark-typescript-tools",
3+
"author": "Lenz Weber-Tronic",
24
"version": "1.1.0",
35
"license": "MIT",
46
"type": "module",
@@ -21,6 +23,10 @@
2123
"dist",
2224
"src"
2325
],
26+
"repository": {
27+
"type": "git",
28+
"url": "https://github.com/phryneas/remark-typescript-tools.git"
29+
},
2430
"engines": {
2531
"node": ">=10"
2632
},
@@ -42,8 +48,6 @@
4248
"singleQuote": true,
4349
"trailingComma": "es5"
4450
},
45-
"name": "remark-typescript-tools",
46-
"author": "Lenz Weber",
4751
"module": "dist/index.js",
4852
"devDependencies": {
4953
"@types/node": "^22.5.4",

0 commit comments

Comments
 (0)