Skip to content

Commit f26d054

Browse files
authored
Merge pull request #2 from NickKelly1/v0.0.2
V0.0.2
2 parents 86f9a93 + c6dc2e9 commit f26d054

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
node-version: 14
1818
- run: npm ci
1919
- run: npm test
20-
- run: npm run build --access public
21-
20+
- run: npm run build
2221
publish-npm:
2322
needs: build
2423
runs-on: ubuntu-latest

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.0.2 - 2021-06-29
4+
5+
Re-release
6+
37
## 0.0.1 - 2021-06-29
48

59
### Added

config/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default [
2828
resolve(),
2929
commonjs(),
3030
typescript({ tsconfig: 'config/tsconfig.build.json', }),
31-
// terser(),
31+
terser(),
3232
],
3333
},
3434
];

package-lock.json

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nkp/error",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Coerce an unknown error into an instance of the JavaScript Error class",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
@@ -40,6 +40,7 @@
4040
"eslint": "^7.31.0",
4141
"jest": "^27.0.6",
4242
"rimraf": "^3.0.2",
43+
"rollup": "^2.55.1",
4344
"rollup-plugin-peer-deps-external": "^2.2.4",
4445
"rollup-plugin-terser": "^7.0.2",
4546
"rollup-plugin-typescript2": "^0.30.0",

0 commit comments

Comments
 (0)