We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b9ece commit 8bf429dCopy full SHA for 8bf429d
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "variant-match",
3
- "version": "1.1.5",
+ "version": "1.2.0",
4
"description": "Brings variant match pattern to TypeScript.",
5
"main": "variant.js",
6
"scripts": {
scripts/publish-package.sh
@@ -1,6 +1,7 @@
#!/bin/bash
cp package*.json dist/
+cp -r docs dist/
cp README.md dist/
cp LICENSE dist/
7
(cd dist && npm publish)
0 commit comments