File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed 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
5
5
![ Codecov] ( https://img.shields.io/codecov/c/github/hyperteksolutions/hypermath )
6
6
[ ![ Npm package version] ( https://badgen.net/npm/v/hypermath )] ( https://npmjs.com/package/hypermath )
7
7
[ ![ 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 )
9
8
[ ![ License] ( https://img.shields.io/github/license/hyperteksolutions/hypermath )] ( https://github.com/HypertekSolutions/hypermath/blob/master/LICENSE )
10
9
11
10
## Installation
Original file line number Diff line number Diff line change 26
26
"test:watch" : " jest --watch" ,
27
27
"test:cov" : " jest --coverage" ,
28
28
"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"
30
31
},
31
32
"dependencies" : {
32
33
"@nestjs/common" : " ^10.0.0" ,
You can’t perform that action at this time.
0 commit comments