Skip to content

Commit

Permalink
- remove postinstall to prevent from breaking dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
zbryikt committed Jun 2, 2021
1 parent 85a4860 commit b2c9293
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## v2.0.5

- remove postinstall to prevent from breaking dependency installation


## v2.0.4

- add `ldslider` and deprecate `ldSlider`.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ldslider",
"license": "MIT",
"description": "Slider Library in Vanilla JS",
"version": "2.0.4",
"version": "2.0.5",
"files": [
"dist/**/*"
],
Expand All @@ -17,8 +17,7 @@
"npm": ">=6.4.1"
},
"scripts": {
"start": "npx server -r web -o true",
"postinstall": "npx fedep"
"start": "npx server -r web -o true"
},
"devDependencies": {
"@loadingio/ldquery": "^2.0.0",
Expand Down

0 comments on commit b2c9293

Please sign in to comment.