chore: rename to scripts
This commit is contained in:
parent
59d852d6fb
commit
72f9f8ea7c
13
README.md
13
README.md
@ -1,7 +1,8 @@
|
||||
# semantic-release core scripts
|
||||
[](http://badge.fury.io/js/%40semantic-release%2Fcore)
|
||||
[](https://travis-ci.org/semantic-release/core)
|
||||
[](https://coveralls.io/r/semantic-release/core)
|
||||
[](https://david-dm.org/semantic-release/core)
|
||||
[](https://david-dm.org/semantic-release/core#info=devDependencies)
|
||||
# semantic-release-scripts
|
||||
[](https://travis-ci.org/semantic-release/scripts)
|
||||
[](https://coveralls.io/r/semantic-release/scripts)
|
||||
[](https://david-dm.org/semantic-release/scripts)
|
||||
[](https://david-dm.org/semantic-release/scripts#info=devDependencies)
|
||||
[](https://github.com/feross/standard)
|
||||
|
||||
[](https://nodei.co/npm/semantic-release-scripts/)
|
||||
|
10
package.json
10
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 <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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user