Skip to content

Commit

Permalink
Added main to package.json, linked to npm in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
staaky committed Aug 20, 2015
1 parent b5879eb commit b5309bc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Include Voilà below [jQuery](http://jquery.com):
<script type="text/javascript" src="voila.pkgd.min.js"></script>
```

Alternatively Voilà can be installed using [Bower](http://bower.io) or npm:
Alternatively Voilà can be installed using [Bower](http://bower.io) or [npm](http://npmjs.com/package/@staaky/voila):

```
bower install voila
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "voila",
"version": "1.5.0",
"version": "1.5.1",
"description": "A jQuery plugin that provides callbacks for images, letting you know when they've loaded.",
"keywords": [
"image",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@staaky/voila",
"title": "Voilà",
"version": "1.5.0",
"version": "1.5.1",
"description": "A jQuery plugin that provides callbacks for images, letting you know when they've loaded.",
"keywords": [
"image",
Expand All @@ -22,6 +22,7 @@
"type" : "git",
"url" : "http://github.com/staaky/voila.git"
},
"main": "voila.pkgd.js",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion voila.pkgd.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Voilà - v1.5.0
* Voilà - v1.5.1
* (c) 2015 Nick Stakenburg
*
* http://voila.nickstakenburg.com
Expand Down
2 changes: 1 addition & 1 deletion voila.pkgd.min.js

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

0 comments on commit b5309bc

Please sign in to comment.