Release 1.3.1
This commit is contained in:
parent
134c084a6d
commit
9f89679820
2 changed files with 3 additions and 3 deletions
4
.github/workflows/npmpub.yml
vendored
4
.github/workflows/npmpub.yml
vendored
|
|
@ -1,8 +1,8 @@
|
||||||
name: Publish to NPM as major release
|
name: Publish to NPM
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [release]
|
branches: [master]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ng2-fittext",
|
"name": "ng2-fittext",
|
||||||
"version": "1.3.0",
|
"version": "1.3.1",
|
||||||
"description": "Ng2-fittext: An Angular2+ directive that change the font size until it fit the upper level container dimension.",
|
"description": "Ng2-fittext: An Angular2+ directive that change the font size until it fit the upper level container dimension.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ng2-fittext",
|
"ng2-fittext",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue