chore: rename to scripts

This commit is contained in:
Stephan Bönnemann 2015-07-16 19:36:42 +02:00
parent 59d852d6fb
commit 72f9f8ea7c
2 changed files with 12 additions and 11 deletions

View File

@ -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/)

View File

@ -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 <stephan@boennemann.me> (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",