openspec-playwright 0.1.20 → 0.1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -7,7 +7,7 @@ A setup tool that integrates OpenSpec's spec-driven development with Playwright'
7
7
  ## Install
8
8
 
9
9
  ```bash
10
- npm install -g https://github.com/wxhou/openspec-playwright/archive/refs/heads/main.tar.gz
10
+ npm install -g openspec-playwright
11
11
  ```
12
12
 
13
13
  ## Setup
package/README.zh-CN.md CHANGED
@@ -7,7 +7,7 @@
7
7
  ## 安装
8
8
 
9
9
  ```bash
10
- npm install -g https://github.com/wxhou/openspec-playwright/archive/refs/heads/main.tar.gz
10
+ npm install -g openspec-playwright
11
11
  ```
12
12
 
13
13
  ## 初始化
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openspec-playwright",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "OpenSpec + Playwright E2E verification setup tool for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {
package/release-notes.md CHANGED
@@ -1,5 +1,5 @@
1
1
  ## What's Changed
2
2
 
3
- - ci: set version from tag before npm pack/publish
3
+ - docs: update install command to use npm
4
4
 
5
- **Full Changelog**: https://github.com/wxhou/openspec-playwright/releases/tag/v0.1.20
5
+ **Full Changelog**: https://github.com/wxhou/openspec-playwright/releases/tag/v0.1.21
Binary file