We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65edb98 commit 4dc5f82Copy full SHA for 4dc5f82
.github/workflows/publish.yaml
@@ -11,9 +11,10 @@ jobs:
11
- uses: actions/checkout@v2
12
- uses: actions/setup-node@v1
13
with:
14
- node-version: 12
+ node-version: 14
15
registry-url: https://registry.npmjs.org/
16
- run: npm i
17
+ - run: node test/validateModuleExportsMatchCommonJS/index.js
18
- run: npm publish
19
env:
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
20
+ NODE_AUTH_TOKEN: ${{secrets.npm_token}}
package.json
@@ -2,7 +2,7 @@
2
"name": "tslib",
3
"author": "Microsoft Corp.",
4
"homepage": "https://www.typescriptlang.org/",
5
- "version": "2.0.1",
+ "version": "2.0.2",
6
"license": "0BSD",
7
"description": "Runtime library for TypeScript helper functions",
8
"keywords": [
0 commit comments