Skip to content

Commit

Permalink
Merge pull request #2 from NickKelly1/v0.0.2
Browse files Browse the repository at this point in the history
V0.0.2
  • Loading branch information
NickKelly1 authored Jul 29, 2021
2 parents 86f9a93 + c6dc2e9 commit f26d054
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
node-version: 14
- run: npm ci
- run: npm test
- run: npm run build --access public

- run: npm run build
publish-npm:
needs: build
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.0.2 - 2021-06-29

Re-release

## 0.0.1 - 2021-06-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion config/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default [
resolve(),
commonjs(),
typescript({ tsconfig: 'config/tsconfig.build.json', }),
// terser(),
terser(),
],
},
];
7 changes: 3 additions & 4 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nkp/error",
"version": "0.0.1",
"version": "0.0.2",
"description": "Coerce an unknown error into an instance of the JavaScript Error class",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down Expand Up @@ -40,6 +40,7 @@
"eslint": "^7.31.0",
"jest": "^27.0.6",
"rimraf": "^3.0.2",
"rollup": "^2.55.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
Expand Down

0 comments on commit f26d054

Please sign in to comment.