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
|
Permission is hereby granted, free of charge, to any person
|
||||||
obtaining a copy of this software and associated documentation
|
obtaining a copy of this software and associated documentation
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
"description": "Awesome interactive globes for the web",
|
"description": "Awesome interactive globes for the web",
|
||||||
"homepage": "http://planetaryjs.com",
|
"homepage": "http://planetaryjs.com",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Brandon Tilley <brandon@brandontilley.com>"
|
"Michelle Tilley <michelle@michelletilley.net>"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
|||||||
@ -7,10 +7,10 @@ var jshint = require('gulp-jshint');
|
|||||||
var replace = require('gulp-replace');
|
var replace = require('gulp-replace');
|
||||||
var metadata = require('./package.json');
|
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 = [
|
var fullHeader = [
|
||||||
"/*! Planetary.js v<%= version %>",
|
"/*! Planetary.js v<%= version %>",
|
||||||
" * Copyright (c) 2013 Brandon Tilley",
|
" * Copyright (c) 2013 Michelle Tilley",
|
||||||
" *",
|
" *",
|
||||||
" * Released under the MIT license",
|
" * Released under the MIT license",
|
||||||
" * Date: <%= new Date().toISOString() %>",
|
" * Date: <%= new Date().toISOString() %>",
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/BinaryMuse/planetary.js.git"
|
"url": "git://github.com/BinaryMuse/planetary.js.git"
|
||||||
},
|
},
|
||||||
"author": "Brandon Tilley <brandon@brandontilley.com>",
|
"author": "Michelle Tilley <michelle@michelletilley.net>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/BinaryMuse/planetary.js/issues"
|
"url": "https://github.com/BinaryMuse/planetary.js/issues"
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
"start": "harp server",
|
"start": "harp server",
|
||||||
"compile": "harp compile"
|
"compile": "harp compile"
|
||||||
},
|
},
|
||||||
"author": "Brandon Tilley <brandon@brandontilley.com>",
|
"author": "Michelle Tilley <michelle@michelletilley.net>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user