File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments