jspurefix 5.6.2 → 5.8.0

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/DEMO_PORT_PLAN.md CHANGED
@@ -76,7 +76,7 @@ The good news: many of the underlying engine bugs are already fixed in jspurefix
76
76
  |------|--------|
77
77
  | `package.json` | Bump `jspurefix` dependency to `^5.5.0`. Remove unused deps (`request`, `typings`). Add a real `test` script. |
78
78
  | `README.md` | Replace 3-line badge-only README with a basic intro that says what the demo does. Add "build / run" section. |
79
- | `.travis.yml` | Remove (Travis is gone, AppVeyor + GitHub Actions cover us). Keep `appveyor.yml`. |
79
+ | `.travis.yml` | Remove (Travis and AppVeyor are gone, GitHub Actions covers CI). Drop `appveyor.yml` too if present. |
80
80
  | `tslint.json` | Remove (eslint is the canonical linter now). |
81
81
 
82
82
  **Risk**: None. New deps and docs only.