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
|
# semantic-release-scripts
|
||||||
[](http://badge.fury.io/js/%40semantic-release%2Fcore)
|
[](https://travis-ci.org/semantic-release/scripts)
|
||||||
[](https://travis-ci.org/semantic-release/core)
|
[](https://coveralls.io/r/semantic-release/scripts)
|
||||||
[](https://coveralls.io/r/semantic-release/core)
|
[](https://david-dm.org/semantic-release/scripts)
|
||||||
[](https://david-dm.org/semantic-release/core)
|
[](https://david-dm.org/semantic-release/scripts#info=devDependencies)
|
||||||
[](https://david-dm.org/semantic-release/core#info=devDependencies)
|
|
||||||
[](https://github.com/feross/standard)
|
[](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",
|
"name": "semantic-release-scripts",
|
||||||
"description": "The scripts that do the actual release work.",
|
"description": "automated semver compliant package publishing",
|
||||||
"author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
|
"author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/semantic-release/core/issues"
|
"url": "https://github.com/semantic-release/scripts/issues"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"nyc": {
|
"nyc": {
|
||||||
@ -43,7 +43,7 @@
|
|||||||
"standard": "^4.2.1",
|
"standard": "^4.2.1",
|
||||||
"tap": "^1.3.1"
|
"tap": "^1.3.1"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/semantic-release/core#readme",
|
"homepage": "https://github.com/semantic-release/scripts#readme",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"author",
|
"author",
|
||||||
"automation",
|
"automation",
|
||||||
@ -59,7 +59,7 @@
|
|||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/semantic-release/core.git"
|
"url": "git+https://github.com/semantic-release/scripts.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rimraf dist && mkdirp dist && babel src --out-dir dist",
|
"build": "rimraf dist && mkdirp dist && babel src --out-dir dist",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user