Skip to content

Commit

Permalink
Updated grunt to write unmified CSS files for bower, updated version …
Browse files Browse the repository at this point in the history
…numbers to prep for new minor release
  • Loading branch information
terrymun committed Dec 22, 2016
1 parent 34afce4 commit 9fba74d
Show file tree
Hide file tree
Showing 11 changed files with 1,075 additions and 549 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "paver",
"description": "A minimal panorama/image viewer replicating the effect seen in Facebook Pages app.",
"version": "1.3.2",
"version": "1.3.3",
"homepage": "https://github.com/terrymun/paver",
"main": [
"./dist/js/jquery.paver.min.js",
"./dist/css/paver.min.css"
"./src/js/jquery.paver.js",
"./dist/css/paver.css"
],
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "paver",
"repo": "terrymun/paver",
"description": "A minimal panorama/image viewer replicating the effect seen in Facebook Pages app.",
"version": "1.3.2",
"version": "1.3.3",
"scripts": [
"./dist/js/jquery.paver.min.js"
],
Expand Down
Loading

0 comments on commit 9fba74d

Please sign in to comment.