Skip to content

Commit

Permalink
update to latest youarei
Browse files Browse the repository at this point in the history
  • Loading branch information
purge committed Dec 2, 2013
1 parent a21e67f commit 070865d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ src/lib/
dist/
example-widget/
build/
sqwidget.js
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = function(grunt) {
compile: {
options: {
baseUrl: "src",
out: 'dist/<%= bower.name %>.js',
out: '<%= bower.name %>.js',
paths: {
requirejs: 'lib/requirejs/require',
domReady: 'lib/requirejs-domready/domReady',
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sqwidget",
"main": "sqwidget.js",
"version": "2.0.6",
"version": "2.0.7",
"homepage": "https://github.com/premasagar/sqwidget",
"authors": [
"Adhip Gupta <[email protected]>",
Expand Down Expand Up @@ -32,6 +32,6 @@
"requirejs": "~2.1.9"
},
"dependencies": {
"youarei": "~0.9.4"
"youarei": "0.9.5"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sqwidget",
"title": "Sqwidget",
"version": "2.0.6",
"version": "2.0.7",
"contributors": [
"Adhip Gupta <[email protected]>",
"Simon Elliott <[email protected]>"
Expand Down

0 comments on commit 070865d

Please sign in to comment.