diff --git a/.gitignore b/.gitignore index 10114b175..1a2550418 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store node_modules -build \ No newline at end of file +build +*.log diff --git a/bower.json b/bower.json index 0eecea07a..16c2b7ddc 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "swiper", + "name": "Swiper", "repository": { "type": "git", "url": "https://github.com/nolimits4web/Swiper.git" diff --git a/package.json b/package.json index 337cb04a3..fcd617d72 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "Swiper", + "name": "swiper", "version": "3.0.0", "description": "Most modern mobile touch slider and framework with hardware accelerated transitions", "main": "dist/",