Name update

This commit is contained in:
BinaryMuse 2015-11-22 02:04:36 -08:00
parent 80ef60d6cf
commit 52716cba5b
5 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2013 Brandon Tilley
Copyright (c) 2013 Michelle Tilley
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation

View File

@ -5,7 +5,7 @@
"description": "Awesome interactive globes for the web",
"homepage": "http://planetaryjs.com",
"authors": [
"Brandon Tilley <brandon@brandontilley.com>"
"Michelle Tilley <michelle@michelletilley.net>"
],
"license": "MIT",
"ignore": [

View File

@ -7,10 +7,10 @@ var jshint = require('gulp-jshint');
var replace = require('gulp-replace');
var metadata = require('./package.json');
var shortHeader = "/*! Planetary.js <%= version %> | (c) 2013 Brandon Tilley | Released under MIT License */\n"
var shortHeader = "/*! Planetary.js <%= version %> | (c) 2013 Michelle Tilley | Released under MIT License */\n"
var fullHeader = [
"/*! Planetary.js v<%= version %>",
" * Copyright (c) 2013 Brandon Tilley",
" * Copyright (c) 2013 Michelle Tilley",
" *",
" * Released under the MIT license",
" * Date: <%= new Date().toISOString() %>",

View File

@ -12,7 +12,7 @@
"type": "git",
"url": "git://github.com/BinaryMuse/planetary.js.git"
},
"author": "Brandon Tilley <brandon@brandontilley.com>",
"author": "Michelle Tilley <michelle@michelletilley.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BinaryMuse/planetary.js/issues"

View File

@ -9,7 +9,7 @@
"start": "harp server",
"compile": "harp compile"
},
"author": "Brandon Tilley <brandon@brandontilley.com>",
"author": "Michelle Tilley <michelle@michelletilley.net>",
"license": "MIT",
"private": true,
"dependencies": {