diff --git a/LICENSE b/LICENSE index 57d9ef1..1884f61 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 0x8890 <0x8890@airmail.cc> (http://0x8890.com) +Copyright (c) 2016 sapeien (http://sapeien.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index cebf74e..df4c31d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # [Simulacra.js](http://simulacra.js.org/) -[![Build Status](https://img.shields.io/travis/0x8890/simulacra/master.svg?style=flat-square)](https://travis-ci.org/0x8890/simulacra) +[![Build Status](https://img.shields.io/travis/sapeien/simulacra/master.svg?style=flat-square)](https://travis-ci.org/sapeien/simulacra) [![npm Version](https://img.shields.io/npm/v/simulacra.svg?style=flat-square)](https://www.npmjs.com/package/simulacra) -[![License](https://img.shields.io/npm/l/simulacra.svg?style=flat-square)](https://raw.githubusercontent.com/0x8890/simulacra/master/LICENSE) +[![License](https://img.shields.io/npm/l/simulacra.svg?style=flat-square)](https://raw.githubusercontent.com/sapeien/simulacra/master/LICENSE) Simulacra.js makes a DOM Node update automatically in reaction to mutations in a JavaScript object. Get it from `npm`: @@ -166,7 +166,7 @@ Its render performance is demonstrated in the [DBMonster benchmark](http://simul | jQuery | 20 ms | 119 ms | 24 ms | 211 ms | | Angular.js | 17 ms | 159 ms | 24 ms | 295 ms | -To run the benchmarks, you will have to clone the repository and build it by running `npm run build`. The benchmarks are located [here](https://github.com/0x8890/simulacra/tree/master/benchmark). +To run the benchmarks, you will have to clone the repository and build it by running `npm run build`. The benchmarks are located [here](https://github.com/sapeien/simulacra/tree/master/benchmark). ## How it Works @@ -246,4 +246,4 @@ Instead of returning a new Node, it will return the Node that was passed in, so ## License -This software is licensed under the [MIT license](https://raw.githubusercontent.com/0x8890/simulacra/master/LICENSE). +This software is licensed under the [MIT license](https://raw.githubusercontent.com/sapeien/simulacra/master/LICENSE). diff --git a/package.json b/package.json index e2b67a6..197613c 100644 --- a/package.json +++ b/package.json @@ -4,15 +4,16 @@ "version": "1.5.0", "license": "MIT", "author": { - "email": "0x8890@airmail.cc", - "url": "http://0x8890.com" + "name": "sapeien", + "email": "sapeien@airmail.cc", + "url": "http://sapeien.com" }, "homepage": "http://simulacra.js.org/", "repository": { "type": "git", - "url": "git@github.com:0x8890/simulacra.git" + "url": "git@github.com:sapeien/simulacra.git" }, - "bugs": "https://github.com/0x8890/simulacra/issues", + "bugs": "https://github.com/sapeien/simulacra/issues", "scripts": { "clean": "rimraf coverage.json coverage dist", "deploy": "npm run build && ./website/deploy.sh", diff --git a/util/header.js b/util/header.js index 54d8f46..aa79a6d 100644 --- a/util/header.js +++ b/util/header.js @@ -5,6 +5,6 @@ process.stdout.write([ ' * Simulacra.js', ' * Version ' + pkg.version, ' * ' + pkg.license + ' License', - ' * https://github.com/0x8890/simulacra', + ' * ' + pkg.homepage, ' */', '' ].join('\n')) diff --git a/website/body.html b/website/body.html index 43fbd3c..bd38366 100644 --- a/website/body.html +++ b/website/body.html @@ -3,7 +3,7 @@

npm i simulacra --save - Fork on GitHub + Fork on GitHub