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 a78d6a2 commit dda21c1Copy full SHA for dda21c1
.npmignore
@@ -24,4 +24,5 @@ Makefile
24
README.md
25
rollup.config.js
26
jest.config.js
27
-tsconfig.json
+tsconfig.json
28
+.github/
Makefile
@@ -34,5 +34,5 @@ release:
34
@echo "Adding tag and modify the CHANGELOG"
35
@npx standard-version --release-as $(level)
36
@echo "Pushing to the github and trigger action for npm:publish"
37
- @git push --follow-tags origin master
+ @git push --follow-tags origin main
38
.PHONY: build build-demo release
0 commit comments