Skip to content

Commit

Permalink
chore: don't ignore dist folder at npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrzejchalubek committed Nov 28, 2021
1 parent 564b9f2 commit 3675127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
node_modules/
coverage/

.editorconfig
.vscode

.DS_Store
!dist/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@glidejs/glide",
"version": "3.5.1",
"version": "3.5.2",
"description": "Glide.js is a dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more",
"author": "Jędrzej Chałubek (https://github.com/jedrzejchalubek/)",
"homepage": "https://glidejs.com",
Expand Down

0 comments on commit 3675127

Please sign in to comment.