Skip to content

Commit

Permalink
feat: rename project and repo
Browse files Browse the repository at this point in the history
  • Loading branch information
amsross committed Mar 5, 2020
1 parent f5ae07b commit ad3bc69
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"branches": ['+([0-9])?(.{+([0-9]),x}).x', 'master', 'next', 'next-major', {name: 'beta', prerelease: true}, {name: 'alpha', prerelease: true}],
"repositoryUrl": "[email protected]:amsross/re-amqp-connection-manager.git",
"repositoryUrl": "[email protected]:amsross/bs-amqp-connection-manager.git",
"plugins": [
["@semantic-release/commit-analyzer", { "preset": "angular" }],
["@semantic-release/release-notes-generator", { "preset": "angular" }],
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# [amqp-connection-manager](https://www.npmjs.com/package/amqp-connection-manager) (ReasonML)
[![npm version](https://badge.fury.io/js/re-amqp-connection-manager.svg)](https://badge.fury.io/js/re-amqp-connection-manager) [![Build Status](https://travis-ci.org/amsross/re-amqp-connection-manager.svg?branch=master)](https://travis-ci.org/amsross/re-amqp-connection-manager)
[![npm version](https://badge.fury.io/js/bs-amqp-connection-manager.svg)](https://badge.fury.io/js/bs-amqp-connection-manager) [![Build Status](https://travis-ci.org/amsross/bs-amqp-connection-manager.svg?branch=master)](https://travis-ci.org/amsross/bs-amqp-connection-manager)

## Installation

Install the project:

`npm install re-amqp-connection-manager --save`
`npm install bs-amqp-connection-manager --save`

And add the dependency to your bs-dependencies in `bsconfig.json`:

```json
"bs-dependencies": [
"re-amqp-connection-manager"
"bs-amqp-connection-manager"
]
```

Expand Down
2 changes: 1 addition & 1 deletion bsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "re-amqp-connection-manager",
"name": "bs-amqp-connection-manager",
"version": "0.1.0",
"sources": {
"dir" : "src",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "re-amqp-connection-manager",
"name": "bs-amqp-connection-manager",
"version": "0.0.0-development",
"scripts": {
"semantic-release": "semantic-release",
Expand All @@ -25,6 +25,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/amsross/re-amqp-connection-manager.git"
"url": "https://github.com/amsross/bs-amqp-connection-manager.git"
}
}

0 comments on commit ad3bc69

Please sign in to comment.