Skip to content

Commit

Permalink
Update name, username, email address.
Browse files Browse the repository at this point in the history
  • Loading branch information
Braveg1rl committed Jan 3, 2017
1 parent a9f8fe8 commit ad715c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,4 +1,4 @@
# performance-now [![Build Status](https://travis-ci.org/meryn/performance-now.png?branch=master)](https://travis-ci.org/meryn/performance-now) [![Dependency Status](https://david-dm.org/meryn/performance-now.png)](https://david-dm.org/meryn/performance-now)
# performance-now [![Build Status](https://travis-ci.org/braveg1rl/performance-now.png?branch=master)](https://travis-ci.org/braveg1rl/performance-now) [![Dependency Status](https://david-dm.org/braveg1rl/performance-now.png)](https://david-dm.org/braveg1rl/performance-now)

Implements a function similar to `performance.now` (based on `process.hrtime`).

Expand All @@ -22,9 +22,9 @@ Running the now function two times right after each other yields a time differen

## Credits

The initial structure of this module was generated by [Jumpstart](https://github.com/meryn/jumpstart), using the [Jumpstart Black Coffee](https://github.com/meryn/jumpstart-black-coffee) template.
The initial structure of this module was generated by [Jumpstart](https://github.com/braveg1rl/jumpstart), using the [Jumpstart Black Coffee](https://github.com/braveg1rl/jumpstart-black-coffee) template.

## License

performance-now is released under the [MIT License](http://opensource.org/licenses/MIT).
Copyright (c) 2013 Meryn Stol
Copyright (c) 2013 Braveg1rl
2 changes: 1 addition & 1 deletion license.txt
@@ -1,4 +1,4 @@
Copyright (c) 2013 Meryn Stol
Copyright (c) 2013 Braveg1rl

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -3,13 +3,13 @@
"description": "Implements performance.now (based on process.hrtime).",
"keywords": [],
"version": "0.2.0",
"author": "Meryn Stol <merynstol@gmail.com>",
"author": "Braveg1rl <braveg1rl@outlook.com>",
"license": "MIT",
"homepage": "https://github.com/meryn/performance-now",
"bugs": "https://github.com/meryn/performance-now/issues",
"homepage": "https://github.com/braveg1rl/performance-now",
"bugs": "https://github.com/braveg1rl/performance-now/issues",
"repository": {
"type": "git",
"url": "git://github.com/meryn/performance-now.git"
"url": "git://github.com/braveg1rl/performance-now.git"
},
"private": false,
"dependencies": {},
Expand Down

0 comments on commit ad715c9

Please sign in to comment.