GitHub

Original file line numberDiff line numberDiff line change

@@ -0,0 +1,11 @@

1+

### Changelog

2+
3+

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

4+
5+

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

6+
7+

#### 0.2.0

8+
9+

- prototype 🏗️ [`a98a07b`](https://github.com/kremalicious/astro-redirect-from/commit/a98a07be8c4fe031a911162384c7a2e6578319c4)

10+

- add scripts, release process [`7cdd34a`](https://github.com/kremalicious/astro-redirect-from/commit/7cdd34a8057e4fa8347affc83eb51de8ffecb502)

11+

- test tweaks [`fc9a840`](https://github.com/kremalicious/astro-redirect-from/commit/fc9a840094779b6a13d4481c8645f6f16b27090c)

Original file line numberDiff line numberDiff line change

@@ -9,8 +9,8 @@

99

"main": "./dist/index.js",

1010

"types": "./dist/@types/index.d.ts",

1111

"scripts": {

12-

"build": "rm -r ./dist && tsc",

13-

"start": "rm -r ./dist && tsc --watch",

12+

"build": "rm -rf ./dist && tsc",

13+

"start": "rm -rf ./dist && tsc --watch",

1414

"test": "npm run lint && npm run typecheck && npm run build",

1515

"lint": "eslint src/",

1616

"typecheck": "tsc --noEmit",

Read the original on github.com ↗