fix: revert postinstall script change
This commit is contained in:
parent
b8c40ead0a
commit
f012a7df36
@ -1,3 +1,7 @@
|
|||||||
|
### v3.7.6
|
||||||
|
|
||||||
|
- Fix: Revert postinstall script
|
||||||
|
|
||||||
### v3.7.5
|
### v3.7.5
|
||||||
|
|
||||||
- Fix: Replace `pnpm` with `npm` in scripts to fix build issues
|
- Fix: Replace `pnpm` with `npm` in scripts to fix build issues
|
||||||
|
@ -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 the CDN links above, they're already minified.
|
||||||
- Download the files from [unpkg](https://unpkg.com/browse/plyr/dist/) or similar services.
|
- 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
|
# Ads
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "plyr",
|
"name": "plyr",
|
||||||
"version": "3.7.5",
|
"version": "3.7.6",
|
||||||
"description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player",
|
"description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player",
|
||||||
"homepage": "https://plyr.io",
|
"homepage": "https://plyr.io",
|
||||||
"author": "Sam Potts <sam@potts.es>",
|
"author": "Sam Potts <sam@potts.es>",
|
||||||
@ -30,7 +30,6 @@
|
|||||||
},
|
},
|
||||||
"browserslist": "> 1%",
|
"browserslist": "> 1%",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "npm run build",
|
|
||||||
"build": "gulp build",
|
"build": "gulp build",
|
||||||
"lint": "eslint src/js && npm run remark && stylelint **/*.scss",
|
"lint": "eslint src/js && npm run remark && stylelint **/*.scss",
|
||||||
"lint:fix": "eslint --fix src/js && stylelint **/*.scss --fix",
|
"lint:fix": "eslint --fix src/js && stylelint **/*.scss --fix",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user