Skip to content

Commit

Permalink
transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Apr 15, 2016
1 parent 0b84274 commit d5208ad
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
25 changes: 12 additions & 13 deletions README.md
Expand Up @@ -3,10 +3,10 @@
> Converts the given value to an integer.

[![MIT License](https://img.shields.io/badge/license-MIT_License-green.svg?style=flat-square)](https://github.com/bubkoo/to-integer/blob/master/LICENSE)
[![MIT License](https://img.shields.io/badge/license-MIT_License-green.svg?style=flat-square)](https://github.com/gearcase/to-integer/blob/master/LICENSE)

[![build:?](https://img.shields.io/travis/bubkoo/to-integer/master.svg?style=flat-square)](https://travis-ci.org/bubkoo/to-integer)
[![coverage:?](https://img.shields.io/coveralls/bubkoo/to-integer/master.svg?style=flat-square)](https://coveralls.io/github/bubkoo/to-integer)
[![build:?](https://img.shields.io/travis/gearcase/to-integer/master.svg?style=flat-square)](https://travis-ci.org/gearcase/to-integer)
[![coverage:?](https://img.shields.io/coveralls/gearcase/to-integer/master.svg?style=flat-square)](https://coveralls.io/github/gearcase/to-integer)


## Install
Expand All @@ -18,7 +18,7 @@ $ npm install --save to-integer

## Usage

> For more use-cases see the [tests](https://github.com/bubkoo/to-integer/blob/master/test/spec/index.js)
> For more use-cases see the [tests](https://github.com/gearcase/to-integer/blob/master/test/spec/index.js)
```js
var toInteger = require('to-integer');
Expand Down Expand Up @@ -74,19 +74,18 @@ toInteger(new Object()); // => NaN
## Related


- [to-num](https://github.com/bubkoo/to-num) - Converts the given value to a number.
- [to-integer](https://github.com/bubkoo/to-integer) - Converts the given value to an integer.
- [to-length](https://github.com/bubkoo/to-length) - Converts value to an integer suitable for use as the length of an array-like object.
- [to-str](https://github.com/bubkoo/to-str) - Converts the given value to a string.
- [to-lower](https://github.com/bubkoo/to-lower) - Converts string, as a whole, to lower case.
- [to-upper](https://github.com/bubkoo/to-upper) - Converts string, as a whole, to upper case.
- [to-path](https://github.com/bubkoo/to-path) - Converts value to a property path array.
- [to-source-code](https://github.com/bubkoo/to-source-code.git) - Converts function to its source code.
- [to-num](https://github.com/gearcase/to-num) - Converts the given value to a number.
- [to-str](https://github.com/gearcase/to-str) - Converts the given value to a string.
- [to-length](https://github.com/gearcase/to-length) - Converts value to an integer suitable for use as the length of an array-like object.
- [to-lower](https://github.com/gearcase/to-lower) - Converts string, as a whole, to lower case.
- [to-upper](https://github.com/gearcase/to-upper) - Converts string, as a whole, to upper case.
- [to-path](https://github.com/gearcase/to-path) - Converts value to a property path array.
- [to-source-code](https://github.com/gearcase/to-source-code.git) - Converts function to its source code.



## Contributing

Pull requests and stars are highly welcome.

For bugs and feature requests, please [create an issue](https://github.com/bubkoo/to-integer/issues/new).
For bugs and feature requests, please [create an issue](https://github.com/gearcase/to-integer/issues/new).
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "to-integer",
"version": "1.0.0",
"version": "1.0.1",
"description": "Converts the given value to an integer. ",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,13 +32,13 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/bubkoo/to-integer.git"
"url": "git+https://github.com/gearcase/to-integer.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/bubkoo/to-integer/issues"
"url": "https://github.com/gearcase/to-integer/issues"
},
"homepage": "https://github.com/bubkoo/to-integer#readme",
"homepage": "https://github.com/gearcase/to-integer#readme",
"devDependencies": {
"jshint": "^2.9.1",
"chai": "^3.5.0",
Expand Down

0 comments on commit d5208ad

Please sign in to comment.