Skip to content

Commit b3cb4c0

Browse files
minor updates to README.md and package.json
changes the npm package publication scope in package.json
1 parent 48c7166 commit b3cb4c0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# autolabcli
2-
Codebase for backward incompatible revision of autolabcli v0.1.1.
2+
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.
33

44
[![codecov](https://codecov.io/gh/AutolabJS/autolabcli/branch/autolabcli-ng/graph/badge.svg)](https://codecov.io/gh/AutolabJS/autolabcli)
5-
[![Code Climate](https://codeclimate.com/github/AutolabJS/autolabcli/badges/gpa.svg)](https://codeclimate.com/github/AutolabJS/autolabcli)
5+
[![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)
6+
67

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "autolabjs",
2+
"name": "@autolabjs/autolabcli",
33
"version": "1.0.0",
4-
"description": "Codebase for backward incompatible revision of autolabcli v0.1.1.",
4+
"description": "autolabcli for autolabjs.",
55
"main": "index.js",
66
"scripts": {
77
"unit": "nyc --reporter=lcov --reporter=text-lcov -s --all mocha 'test/unit/**/*.js'",

0 commit comments

Comments
 (0)