Skip to content

Commit

Permalink
transferring to assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
doowb committed Aug 1, 2013
1 parent 66754cd commit 04270b9
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
@@ -1,8 +1,8 @@
/*
* grunt-firebase
* https://github.com/upstage/grunt-firebase
* https://github.com/assemble/grunt-firebase
*
* Copyright (c) 2013 Upstage
* Copyright (c) 2013 Assemble
* Licensed under the MIT license.
*/

Expand Down
2 changes: 1 addition & 1 deletion LICENSE-MIT
@@ -1,4 +1,4 @@
Copyright (c) 2013 Upstage
Copyright (c) 2013 Assemble

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
25 changes: 19 additions & 6 deletions package.json
Expand Up @@ -2,21 +2,32 @@
"name": "grunt-firebase",
"description": "Update your firebase data from a Grunt task!",
"version": "0.1.0",
"homepage": "https://github.com/upstage/grunt-firebase",
"homepage": "https://github.com/assemble/grunt-firebase",
"author": {
"name": "Upstage"
"name": "assemble",
"url": "https://github.com/assemble/assemble"
},
"contributors": [
{
"name": "Brian Woodward",
"url": "https://github.com/doowb"
},
{
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
}
],
"repository": {
"type": "git",
"url": "git://github.com/upstage/grunt-firebase.git"
"url": "git://github.com/assemble/grunt-firebase.git"
},
"bugs": {
"url": "https://github.com/upstage/grunt-firebase/issues"
"url": "https://github.com/assemble/grunt-firebase/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/upstage/grunt-firebase/blob/master/LICENSE-MIT"
"url": "https://github.com/assemble/grunt-firebase/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
Expand All @@ -36,7 +47,9 @@
"grunt": "~0.4.1"
},
"keywords": [
"gruntplugin"
"gruntplugin",
"firebase",
"assemble"
],
"dependencies": {
"firebase": "~0.6.1",
Expand Down
4 changes: 2 additions & 2 deletions tasks/firebase.js
@@ -1,8 +1,8 @@
/*
* grunt-firebase
* https://github.com/upstage/grunt-firebase
* https://github.com/assemble/grunt-firebase
*
* Copyright (c) 2013 Upstage
* Copyright (c) 2013 Assemble
* Licensed under the MIT license.
*/

Expand Down

0 comments on commit 04270b9

Please sign in to comment.