From a1dadc7c9bae5cf85165e5ee485b40709d756f10 Mon Sep 17 00:00:00 2001 From: David Walsh Date: Fri, 16 Jan 2015 11:00:33 -0600 Subject: [PATCH] Updating package files to reflect new repo --- LICENSE | 2 +- bower.json | 4 ++-- package.json | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index 37ec93a..42ba9f2 100644 --- a/LICENSE +++ b/LICENSE @@ -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. diff --git a/bower.json b/bower.json index 94a0515..96d95c9 100644 --- a/bower.json +++ b/bower.json @@ -2,9 +2,9 @@ "name": "angular-routes", "version": "1.0.0", "authors": [ - "Peter deHaan " + "Mozilla" ], - "license": "WTFPL", + "license": "Apache", "private": true, "ignore": [ "**/.*", diff --git a/package.json b/package.json index abb1870..1c96e77 100644 --- a/package.json +++ b/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 (http://nodeexamples.com/)", + "author": "Mozilla (https://mozilla.org/)", "bugs": "https://github.com/pdehaan/loads-template-v3/issues", "dependencies": { "hapi": "7.1.1", @@ -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",