Skip to content

Commit

Permalink
Merge pull request #136 from tunapanda/revert-135-fix/test-actions
Browse files Browse the repository at this point in the history
Revert "Fix/test actions"
  • Loading branch information
0xMurage authored May 12, 2023
2 parents 60f4df6 + dd2812a commit 30e645e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
with:
extra_plugins: |
@semantic-release/changelog
Expand Down
1 change: 1 addition & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"message": "chore(release): ${nextRelease.version} [skip ci]"
}
],
"@semantic-release/npm",
[
"@semantic-release/github",
{
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# H5P Standalone Player ![GitHub release (latest by date)](https://img.shields.io/github/v/release/tunapanda/h5p-standalone?color=00a928&display_name=tag&label=Latest&style=flat-square) ![Release](https://github.com/tunapanda/h5p-standalone/actions/workflows/release.yml/badge.svg)
# H5P Standalone Player 3.x [![CircleCI](https://circleci.com/gh/tunapanda/h5p-standalone.svg?style=svg)](https://circleci.com/gh/tunapanda/h5p-standalone)
Display H5P content without the need for an H5P server

## Installation
Expand Down
7 changes: 0 additions & 7 deletions src/h5p.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,13 @@ export interface H5PIntegration {
contents: { [key: `cid-${string}`]: H5PContent }
}

/**
* User interface
*
*/
export interface User {
name: string;
mail: string; //unique user email
id?: number;
canToggleViewOthersH5PContents?: 0 | 1;
}

/**
* H5P content types
*/
export interface H5PContent {
title: string; //content title
url: string; //content URI (absolute + canonical) used to generate xAPI statement.object.id
Expand Down

0 comments on commit 30e645e

Please sign in to comment.