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

Commit

Permalink
Updating package files to reflect new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing committed Jan 16, 2015
1 parent 9aef5ba commit a1dadc7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Expand Up @@ -176,7 +176,7 @@ recommend that a file or class name and description of purpose be included on
the same "printed page" as the copyright notice for easier identification within
third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2015 Mozilla

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Expand Up @@ -2,9 +2,9 @@
"name": "angular-routes",
"version": "1.0.0",
"authors": [
"Peter deHaan <peter@deseloper.com>"
"Mozilla"
],
"license": "WTFPL",
"license": "Apache",
"private": true,
"ignore": [
"**/.*",
Expand Down
10 changes: 5 additions & 5 deletions package.json
@@ -1,8 +1,8 @@
{
"name": "loads-template-v3",
"name": "loads-web",
"description": "Testing Hapi w/ Angular routing",
"version": "1.0.0",
"author": "Peter deHaan <peter@deseloper.com> (http://nodeexamples.com/)",
"author": "Mozilla (https://mozilla.org/)",
"bugs": "https://github.com/pdehaan/loads-template-v3/issues",
"dependencies": {
"hapi": "7.1.1",
Expand All @@ -15,14 +15,14 @@
"devDependencies": {
"eslint": "0.9.1"
},
"homepage": "https://github.com/pdehaan/loads-template-v3",
"homepage": "https://github.com/loads/loads-web",
"keywords": [
"hapi",
"angular"
],
"license": "WTFPL",
"license": "Apache",
"main": "server.js",
"repository": "pdehaan/loads-template-v3",
"repository": "loads/loads-web",
"scripts": {
"lint": "eslint .",
"postinstall": "bower update",
Expand Down

0 comments on commit a1dadc7

Please sign in to comment.