From b3cb4c035476208ed1d54bfb0d59155f903b6f68 Mon Sep 17 00:00:00 2001 From: prasadtalasila Date: Fri, 14 Sep 2018 17:33:38 +0200 Subject: [PATCH] minor updates to README.md and package.json changes the npm package publication scope in package.json --- README.md | 5 +++-- package.json | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d4a2ffb..18a4072 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/package.json b/package.json index e1a5fc2..2487b53 100644 --- a/package.json +++ b/package.json @@ -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'",