Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
robsimmons committed Jul 24, 2023
1 parent 311944e commit 91d6644
Show file tree
Hide file tree
Showing 6 changed files with 3,350 additions and 313 deletions.
18 changes: 18 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Release

(This probably includes some redundancy, they're just notes to self so I remember how to do this.)

**FIRST**, Update the tutch dependency in package.json.

**SECOND**, change package.json to reflect the new version number.

Then:

```
npm install
npm run build
npm run prettier
git commit -a -m "New version"
npm publish
```
2 changes: 1 addition & 1 deletion client.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ module.exports = {
extensions: ['.jsx', '.js', '.tsx', '.ts'],
},
module: {
rules: [{ test: /.tsx?$/, loader: 'awesome-typescript-loader' }],
rules: [{ test: /.tsx?$/, loader: 'ts-loader' }],
},
};
Loading

0 comments on commit 91d6644

Please sign in to comment.