Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
NPM's main option added to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Feb 4, 2016
1 parent 0ce5bb4 commit 052b026
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "pickmeup",
"version" : "2.8.0",
"version" : "2.9.0",
"homepage" : "https://github.com/nazar-pc/PickMeUp",
"authors" : [
"Nazar Mokrynskyi <[email protected]>"
Expand Down
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
2.x.x (Unreleased yet)
2.9.0 (04 February, 2016)
* Added 'title_format' option
* Added NPM support

2.8.0 (08 April, 2015)
* Added support for no default date [#70](https://github.com/nazar-pc/PickMeUp/pull/70), thanks to Amar Syla for pull request!
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"date",
"calendar"
],
"version" : "2.8.0",
"version" : "2.9.0",
"homepage" : "https://github.com/nazar-pc/PickMeUp",
"author" : {
"name" : "Nazar Mokrynskyi",
Expand Down Expand Up @@ -41,5 +41,6 @@
"download" : "https://github.com/nazar-pc/PickMeUp",
"dependencies" : {
"jquery" : "*"
}
},
"main" : "js/jquery.pickmeup.min.js"
}

0 comments on commit 052b026

Please sign in to comment.