Skip to content

Commit 8bf429d

Browse files
committed
update version
1 parent f9b9ece commit 8bf429d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "variant-match",
3-
"version": "1.1.5",
3+
"version": "1.2.0",
44
"description": "Brings variant match pattern to TypeScript.",
55
"main": "variant.js",
66
"scripts": {

scripts/publish-package.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22

33
cp package*.json dist/
4+
cp -r docs dist/
45
cp README.md dist/
56
cp LICENSE dist/
67
(cd dist && npm publish)

0 commit comments

Comments
 (0)