Skip to content

Commit

Permalink
Update name and URL references
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Sep 18, 2023
1 parent 46391a8 commit db25673
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# purescript-up-changelog
# uplog

A port of the work done in [`purescript/purescript#4392`](https://github.com/purescript/purescript/pull/4132). Ports the `update-changelog.hs` script from Haskell to PureScript.

![ci badge](https://github.com/jordanmartinez/purescript-up-changelog/actions/workflows/ci.yml/badge.svg)
![ci badge](https://github.com/purescript-contrib/uplog/actions/workflows/ci.yml/badge.svg)

## Install

The first working release is `v0.1.5`.
The first working release is `v0.1.0`.

```sh
npm i purs-changelog
npm i uplog
```

## Why
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "purs-changelog",
"name": "uplog",
"version": "0.4.0",
"description": "A maintainer and contributor-friendly tool for generating a human-readable CHANGELOG.md",
"bin": {
"purs-changelog": "bin/index.mjs"
"uplog": "bin/index.mjs"
},
"files": [
"bin/index.mjs"
Expand All @@ -23,7 +23,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/jordanmartinez/purescript-up-changelog.git"
"url": "git+https://github.com/purescript-contrib/uplog.git"
},
"keywords": [
"PureScript",
Expand All @@ -32,9 +32,9 @@
"author": "Jordan Martinez <[email protected]> (https://github.com/jordanmartinez/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jordanmartinez/purescript-up-changelog/issues"
"url": "https://github.com/purescript-contrib/uplog/issues"
},
"homepage": "https://github.com/jordanmartinez/purescript-up-changelog#readme",
"homepage": "https://github.com/purescript-contrib/uplog#readme",
"devDependencies": {
"esbuild": "^0.19.3",
"purescript": "^0.15.10",
Expand Down

0 comments on commit db25673

Please sign in to comment.