fix: revert postinstall script change
This commit is contained in:
@ -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 <sam@potts.es>",
|
||||
@ -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",
|
||||
|
Reference in New Issue
Block a user