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

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillPd authored May 22, 2017
2 parents 9fa1270 + 58872bb commit cb6aeb1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
sudo: false
before_install: npm install jcn -g
language: node_js
node_js:
- '7'
- '6'
- '5'
- '4'
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@



[![Downloads](https://img.shields.io/npm/dm/jcn.svg)](https://www.npmjs.com/package/jcn) [![Downloads](https://img.shields.io/npm/v/jcn.svg)](https://www.npmjs.com/package/jcn) [![Downloads](https://img.shields.io/node/v/jcn.svg)](https://www.npmjs.com/package/jcn) [![license](http://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![readme](http://img.shields.io/badge/readme-md-blue.svg)](/README.md) [![requests](http://img.shields.io/badge/PRs-welcome-green.svg)](/pulls)
[![Downloads](https://img.shields.io/npm/dm/jcn.svg)](https://www.npmjs.com/package/jcn) [![Downloads](https://img.shields.io/npm/v/jcn.svg)](https://www.npmjs.com/package/jcn) [![Downloads](https://img.shields.io/node/v/jcn.svg)](https://www.npmjs.com/package/jcn) [![travis](https://img.shields.io/travis/justcoded/npm-jcn.svg)](https://travis-ci.org) [![license](http://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![readme](http://img.shields.io/badge/readme-md-blue.svg)](/README.md) [![requests](http://img.shields.io/badge/PRs-welcome-green.svg)](/pulls)


## Overview
Expand Down Expand Up @@ -30,12 +30,12 @@ npm install jcn --global

## Troubleshooting

If you find yourself running into issues during installation or running the tools, please check our (https://github.com/justcoded/jcn/wiki/Troubleshooting) guide and then open an [issue](https://github.com/justcoded/jcn/issues). We would be happy to discuss how they can be solved.
If you find yourself running into issues during installation or running the tools, please open an [issue](https://github.com/justcoded/jcn/issues). We would be happy to discuss how they can be solved.


## Contributing

Contributions, questions and comments are all welcome and encouraged. For code contributions to JCN Cli, please see our [Contribution guide](CONTRIBUTING.md) before submitting a pull request. [Website](https://github.com/justcoded/jcn) related issues should be filed on the [Web Fundamentals](https://github.com/justcoded/jcn/issues) issue tracker.
Contributions, questions and comments are all welcome and encouraged. For code contributions to JCN CLI, please see our [Contribution guide](CONTRIBUTING.md) before submitting a pull request. [Website](https://github.com/justcoded/jcn) related issues should be filed on the [Web Fundamentals](https://github.com/justcoded/jcn/issues) issue tracker.

## License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jcn",
"version": "0.5.0",
"version": "1.0.4",
"description": "JustCoded command line tool",
"preferGlobl": true,
"bin": {
Expand Down

0 comments on commit cb6aeb1

Please sign in to comment.