Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
normansander committed May 18, 2018
1 parent 3d91de7 commit 53af395
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .npmignore
Expand Up @@ -2,10 +2,16 @@
.gitignore
.npmignore
.idea/
.travis.yml
doc/
.git/
_config.yml
*.md
.codeclimate.yml
examples/
src/
images/
CHANGELOG.md
rollup.config.js
.eslintignore
.eslintrc.js
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.2.1] -2018-05-18
### Added
- minimize package size

## [1.2.0] -2018-05-18
### Added
- linting
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vue-gallery-slideshow",
"version": "1.2.0",
"version": "1.2.1",
"description": "Full responsive image gallery for VueJS.",
"main": "dist/js/vue-gallery-slideshow.js",
"unpkg": "dist/js/vue-gallery-slideshow.min.js",
Expand Down

0 comments on commit 53af395

Please sign in to comment.