Skip to content

Commit

Permalink
updated package information
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalKleindienst committed Oct 22, 2016
1 parent ab08651 commit 0d83f33
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "saga-gallery",
"version": "1.0.0",
"description": "",
"main": "index.js",
"version": "0.1.0",
"description": "A simple and small lightbox gallery written in pure JavaScript",
"main": "dist/saga-gallery.min.js",
"scripts": {
"build": "webpack --progress --colors --watch",
"server": "live-server --port=1234 --entry-file=examples/index.html"
Expand All @@ -11,7 +11,11 @@
"type": "git",
"url": "git+https://github.com/PascalKleindienst/saga-gallery.git"
},
"keywords": [],
"keywords": [
"gallery",
"slider",
"lightbox"
],
"author": "Pascal Kleindienst <mail@pascalkleindienst.de>",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 0d83f33

Please sign in to comment.