We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a25eb3 commit f8d6cfbCopy full SHA for f8d6cfb
.github/workflows/publish.yml
@@ -47,5 +47,5 @@ jobs:
47
run: npm run build
48
49
- name: Publish to npm
50
- run: npm publish --provenance --access public
+ run: npm publish --access public
51
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@sfast/pattern-emitter-ts",
3
- "version": "0.2.3",
+ "version": "0.2.4",
4
"description": "Pattern emitter Typescript implementation",
5
"main": "dist/src/index.js",
6
"types": "dist/src/index.d.ts",
0 commit comments