Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike96Angelo committed Jan 27, 2023
1 parent f9b9ece commit 8bf429d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "variant-match",
"version": "1.1.5",
"version": "1.2.0",
"description": "Brings variant match pattern to TypeScript.",
"main": "variant.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions scripts/publish-package.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

cp package*.json dist/
cp -r docs dist/
cp README.md dist/
cp LICENSE dist/
(cd dist && npm publish)

0 comments on commit 8bf429d

Please sign in to comment.