Skip to content

Commit

Permalink
- upgrade dev modules
Browse files Browse the repository at this point in the history
 - release with compact directory structure
 - bump version
  • Loading branch information
zbryikt committed Jan 19, 2022
1 parent f7709e3 commit 2b09f2a
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 27 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

## v3.0.2

- release with compact directory structure


## v3.0.1

- remove `ldSlider` and keep `ldslider` since we expect to remove it in v3
Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

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

8 changes: 4 additions & 4 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": "3.0.1",
"version": "3.0.2",
"style": "dist/index.min.css",
"browser": "dist/index.min.js",
"main": "dist/index.min.js",
Expand All @@ -23,11 +23,11 @@
"start": "npx server -r web -o true"
},
"devDependencies": {
"@loadingio/ldquery": "^3.0.0",
"@loadingio/ldquery": "^3.0.1",
"bootstrap": "^4.5.2",
"@loadingio/bootstrap.ext": "^0.0.1",
"fedep": "^1.0.1",
"ldcover": "^2.1.2",
"fedep": "^1.1.0",
"ldcover": "^3.0.1",
"livescript": "^1.6.0",
"stylus": "^0.55.0",
"@zbryikt/template": "^2.3.33",
Expand Down

0 comments on commit 2b09f2a

Please sign in to comment.