Skip to content

Commit 60ed4f7

Browse files
authored
Merge pull request #2 from JeraldJF/main
#fix: latest version
2 parents afaee8d + be1d96c commit 60ed4f7

3 files changed

Lines changed: 8 additions & 31 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ on:
44
push:
55
tags:
66
- '*'
7-
pull_request:
87

98
# Least privilege by default; the publish job needs no extra scopes.
109
permissions:
1110
contents: read
1211

1312
jobs:
14-
# ── Lint, test & build: runs on every push and pull_request ──────────────
13+
# ── Lint, test & build: gates publish on tag push ────────────────────────
1514
test:
1615
name: Lint, Test & Build
1716
runs-on: ubuntu-22.04

package-lock.json

Lines changed: 5 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@project-sunbird/generic-editor-v2",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Sunbird Generic Editor — React content upload/generic editor (theme-reactive, multilingual). Fork of @sunbird/content-editor that previews via the legacy ekstep content renderer.",
55
"main": "dist/sunbird-generic-editor.umd.js",
66
"module": "dist/sunbird-generic-editor.es.js",
@@ -42,6 +42,7 @@
4242
"jsdom": "^25.0.1",
4343
"react": "^18.3.1",
4444
"react-dom": "^18.3.1",
45+
"sass": "^1.101.0",
4546
"typescript": "~5.7.2",
4647
"typescript-eslint": "^8.62.1",
4748
"vite": "^6.3.5",

0 commit comments

Comments
 (0)