Skip to content

Commit

Permalink
Merge pull request #18 from Applelo/dev
Browse files Browse the repository at this point in the history
Version 3.0.2
  • Loading branch information
Applelo authored Apr 5, 2024
2 parents 596dfed + 31ed430 commit 390c536
Show file tree
Hide file tree
Showing 8 changed files with 820 additions and 446 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/jsr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Publish
on:
push:
branches:
- main

jobs:
publish:
runs-on: ubuntu-latest

permissions:
contents: read
id-token: write

steps:
- uses: actions/checkout@v4

- name: Publish package
run: npx jsr publish
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![npm](https://img.shields.io/npm/v/vite-plugin-browser-sync)](https://www.npmjs.com/package/vite-plugin-browser-sync) [![node-current](https://img.shields.io/node/v/vite-plugin-browser-sync)](https://nodejs.org/) [![Coverage Status](https://coveralls.io/repos/github/Applelo/vite-plugin-browser-sync/badge.svg?branch=main)](https://coveralls.io/github/Applelo/vite-plugin-browser-sync?branch=main)
[![npm](https://img.shields.io/npm/v/vite-plugin-browser-sync)](https://www.npmjs.com/package/vite-plugin-browser-sync) [![JSR](https://jsr.io/badges/@applelo/vite-plugin-browser-sync)](https://jsr.io/@applelo/vite-plugin-browser-sync) [![node-current](https://img.shields.io/node/v/vite-plugin-browser-sync)](https://nodejs.org/) [![Coverage Status](https://coveralls.io/repos/github/Applelo/vite-plugin-browser-sync/badge.svg?branch=main)](https://coveralls.io/github/Applelo/vite-plugin-browser-sync?branch=main)

# vite-plugin-browser-sync

Expand Down
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^5.3.3",
"vite": "^5.1.4",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vite-plugin-browser-sync": "workspace:*"
}
}
14 changes: 14 additions & 0 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "@applelo/vite-plugin-browser-sync",
"version": "3.0.2",
"exports": "./src/index.ts",
"exclude": [
"test",
"demo",
"pnpm-lock.yaml",
"pnpm-workspace.yaml",
".npmrc",
"eslint.config.js",
"tsup.config.ts"
]
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "vite-plugin-browser-sync",
"type": "module",
"version": "3.0.1",
"packageManager": "[email protected].4",
"version": "3.0.2",
"packageManager": "[email protected].6",
"description": "Add BrowserSync in your Vite project",
"author": "Applelo",
"license": "MIT",
Expand Down Expand Up @@ -54,14 +54,14 @@
"kolorist": "^1.8.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.4",
"@vitest/coverage-v8": "^1.3.1",
"@antfu/eslint-config": "^2.12.1",
"@vitest/coverage-v8": "^1.4.0",
"eslint": "^8.57.0",
"playwright": "^1.42.0",
"rollup": "^4.12.0",
"playwright": "^1.43.0",
"rollup": "^4.14.0",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vitest": "^1.3.1"
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vitest": "^1.4.0"
}
}
Loading

0 comments on commit 390c536

Please sign in to comment.