Name update
This commit is contained in:
parent
80ef60d6cf
commit
52716cba5b
2
LICENSE
2
LICENSE
@ -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
|
||||
|
||||
@ -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": [
|
||||
|
||||
@ -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() %>",
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user