Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
NailxSharipov committed Jan 29, 2024
1 parent 6dd096f commit 061d37d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"collaborators": [
"Nail Sharipov <nailxsharipov@gmail.com>"
],
"description": "Boolean Operations for 2D Polygons: Supports intersection, union, difference, XOR, and self-intersections for all polygon varieties.",
"description": "Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties.",
"version": "0.5.0",
"license": "MIT",
"repository": {
Expand Down
3 changes: 2 additions & 1 deletion run_public_npm.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash

cd pkg
npm login
npm publish pkg/i_shape-0.5.0.tgz
npm publish

0 comments on commit 061d37d

Please sign in to comment.