diff --git a/README.md b/README.md index 6b0573d8..27910d1b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ -# semantic-release core scripts -[![npm version](https://badge.fury.io/js/%40semantic-release%2Fcore.svg)](http://badge.fury.io/js/%40semantic-release%2Fcore) -[![Build Status](https://travis-ci.org/semantic-release/core.svg?branch=master)](https://travis-ci.org/semantic-release/core) -[![Coverage Status](https://coveralls.io/repos/semantic-release/core/badge.svg)](https://coveralls.io/r/semantic-release/core) -[![Dependency Status](https://david-dm.org/semantic-release/core.svg)](https://david-dm.org/semantic-release/core) -[![devDependency Status](https://david-dm.org/semantic-release/core/dev-status.svg)](https://david-dm.org/semantic-release/core#info=devDependencies) +# semantic-release-scripts +[![Build Status](https://travis-ci.org/semantic-release/scripts.svg?branch=master)](https://travis-ci.org/semantic-release/scripts) +[![Coverage Status](https://coveralls.io/repos/semantic-release/scripts/badge.svg)](https://coveralls.io/r/semantic-release/scripts) +[![Dependency Status](https://david-dm.org/semantic-release/scripts.svg)](https://david-dm.org/semantic-release/scripts) +[![devDependency Status](https://david-dm.org/semantic-release/scripts/dev-status.svg)](https://david-dm.org/semantic-release/scripts#info=devDependencies) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard) + +[![NPM](https://nodei.co/npm/semantic-release-scripts.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/semantic-release-scripts/) diff --git a/package.json b/package.json index ad16b507..75536991 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "@semantic-release/core", - "description": "The scripts that do the actual release work.", + "name": "semantic-release-scripts", + "description": "automated semver compliant package publishing", "author": "Stephan Bönnemann (http://boennemann.me)", "bugs": { - "url": "https://github.com/semantic-release/core/issues" + "url": "https://github.com/semantic-release/scripts/issues" }, "config": { "nyc": { @@ -43,7 +43,7 @@ "standard": "^4.2.1", "tap": "^1.3.1" }, - "homepage": "https://github.com/semantic-release/core#readme", + "homepage": "https://github.com/semantic-release/scripts#readme", "keywords": [ "author", "automation", @@ -59,7 +59,7 @@ "main": "src/index.js", "repository": { "type": "git", - "url": "git+https://github.com/semantic-release/core.git" + "url": "git+https://github.com/semantic-release/scripts.git" }, "scripts": { "build": "rimraf dist && mkdirp dist && babel src --out-dir dist",