Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
renaming things
Browse files Browse the repository at this point in the history
  • Loading branch information
0x8890 committed Oct 20, 2016
1 parent f91074c commit 433cce5
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 0x8890 <0x8890@airmail.cc> (http://0x8890.com)
Copyright (c) 2016 sapeien <sapeien@airmail.cc> (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
Expand Down
8 changes: 4 additions & 4 deletions 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`:

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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).
9 changes: 5 additions & 4 deletions package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion util/header.js
Expand Up @@ -5,6 +5,6 @@ process.stdout.write([
' * Simulacra.js',
' * Version ' + pkg.version,
' * ' + pkg.license + ' License',
' * https://github.com/0x8890/simulacra',
' * ' + pkg.homepage,
' */', ''
].join('\n'))
2 changes: 1 addition & 1 deletion website/body.html
Expand Up @@ -3,7 +3,7 @@ <h1></h1>
<h2></h2>
<code><a href="https://npmjs.com/package/simulacra">npm i simulacra <span class="save">--save</span> <span class="version"></span></a></code>
<a href="simulacra.min.js" class="button">&#x2B07;<label>Download</label></a>
<a href="https://github.com/0x8890/simulacra" id="corner"><span>Fork on </span> GitHub</a>
<a href="https://github.com/sapeien/simulacra" id="corner"><span>Fork on </span> GitHub</a>
<div>
<aside>
<h3>Minimal</h3>
Expand Down
2 changes: 1 addition & 1 deletion website/deploy.sh
@@ -1,6 +1,6 @@
#!/bin/sh

REPO_GIT=git@github.com:0x8890/simulacra.git
REPO_GIT=git@github.com:sapeien/simulacra.git
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )

# Deploying to GitHub pages.
Expand Down
2 changes: 1 addition & 1 deletion website/head.html
Expand Up @@ -2,7 +2,7 @@
<!--
Simulacra.js
https://github.com/0x8890/simulacra
https://github.com/sapeien/simulacra
-->
<meta charset="utf-8">
Expand Down

0 comments on commit 433cce5

Please sign in to comment.