Skip to content

Commit 8007399

Browse files
Readme Updage
1 parent e277822 commit 8007399

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ HyperMath is a simple JavaScript/TypeScript library designed to address common p
55
![Codecov](https://img.shields.io/codecov/c/github/hyperteksolutions/hypermath)
66
[![Npm package version](https://badgen.net/npm/v/hypermath)](https://npmjs.com/package/hypermath)
77
[![NPM Package Downloads](https://badgen.net/npm/dt/hypermath)](https://npmjs.com/package/hypermath)
8-
[![Try on RunKit](https://badge.runkitcdn.com/hypermath.svg)](https://runkit.com/npm/hypermath)
98
[![License](https://img.shields.io/github/license/hyperteksolutions/hypermath)](https://github.com/HypertekSolutions/hypermath/blob/master/LICENSE)
109

1110
## Installation

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"test:watch": "jest --watch",
2727
"test:cov": "jest --coverage",
2828
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
29-
"test:e2e": "jest --config ./test/jest-e2e.json"
29+
"test:e2e": "jest --config ./test/jest-e2e.json",
30+
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"
3031
},
3132
"dependencies": {
3233
"@nestjs/common": "^10.0.0",

0 commit comments

Comments
 (0)