Skip to content

Commit

Permalink
fix: revert postinstall script change
Browse files Browse the repository at this point in the history
  • Loading branch information
sampotts committed Mar 10, 2023
1 parent b8c40ea commit f012a7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v3.7.6

- Fix: Revert postinstall script

### v3.7.5

- Fix: Replace `pnpm` with `npm` in scripts to fix build issues
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ If you don't want to create a build system to include Plyr as an npm module, you

- Download the files from the CDN links above, they're already minified.
- Download the files from [unpkg](https://unpkg.com/browse/plyr/dist/) or similar services.
- Build the project yourself using `pnpm i`, which installs the dependencies and spits out a build to `dist`.
- Build the project yourself using `npm i && npm run build`, which installs the dependencies and spits out a build to `dist`.

# Ads

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plyr",
"version": "3.7.5",
"version": "3.7.6",
"description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player",
"homepage": "https://plyr.io",
"author": "Sam Potts <[email protected]>",
Expand Down Expand Up @@ -30,7 +30,6 @@
},
"browserslist": "> 1%",
"scripts": {
"postinstall": "npm run build",
"build": "gulp build",
"lint": "eslint src/js && npm run remark && stylelint **/*.scss",
"lint:fix": "eslint --fix src/js && stylelint **/*.scss --fix",
Expand Down

0 comments on commit f012a7d

Please sign in to comment.