Skip to content

Commit

Permalink
minor updates to README.md and package.json
Browse files Browse the repository at this point in the history
changes the npm package publication scope in package.json
  • Loading branch information
prasadtalasila committed Sep 14, 2018
1 parent 48c7166 commit b3cb4c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# autolabcli
Codebase for backward incompatible revision of autolabcli v0.1.1.
Codebase for autolabcli v1.0.0. This version is a backward incompatible revision of autolabcli v0.1.1. If you are using the previous version of the software, please update.

[![codecov](https://codecov.io/gh/AutolabJS/autolabcli/branch/autolabcli-ng/graph/badge.svg)](https://codecov.io/gh/AutolabJS/autolabcli)
[![Code Climate](https://codeclimate.com/github/AutolabJS/autolabcli/badges/gpa.svg)](https://codeclimate.com/github/AutolabJS/autolabcli)
[![Code Climate](https://codeclimate.com/github/AutolabJS/autolabcli/badges/gpa.svg)](https://codeclimate.com/github/AutolabJS/autolabcli) [![NPM Badge](https://img.shields.io/npm/v/@autolabjs/autolabcli.svg?style=flat)](https://www.npmjs.com/package/@autolabjs/autolabcli)


A client command line interface for submissions to [AutolabJS](https://github.com/AutolabJS/AutolabJS).

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "autolabjs",
"name": "@autolabjs/autolabcli",
"version": "1.0.0",
"description": "Codebase for backward incompatible revision of autolabcli v0.1.1.",
"description": "autolabcli for autolabjs.",
"main": "index.js",
"scripts": {
"unit": "nyc --reporter=lcov --reporter=text-lcov -s --all mocha 'test/unit/**/*.js'",
Expand Down

0 comments on commit b3cb4c0

Please sign in to comment.