Skip to content

Commit

Permalink
Improve versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vinimarcili committed Aug 26, 2023
1 parent 2a50d0c commit d11fba7
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
npm install
npm run build:docs
cd dist/docs
echo "css.squidit.com.br" > CNAME
echo "ngx-css.squidit.com.br" > CNAME
cd ../..
echo "css.squidit.com.br" > CNAME
echo "ngx-css.squidit.com.br" > CNAME
git init
git add -A
git commit -m "🚀 Deploy id ${GITHUB_RUN_ID}" --no-verify
Expand Down
19 changes: 17 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@angular/platform-browser-dynamic": "^16.2.0",
"@angular/router": "^16.2.0",
"@squidit/css": "latest",
"@squidit/ngx-css": "^0.0.45",
"lodash": "^4.17.21",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
Expand Down
9 changes: 5 additions & 4 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "@squidit/ngx-css",
"version": "0.0.46",
"peerDependencies": {
"@angular/common": "^16.2.0",
"@angular/core": "^16.2.0",
"lodash": "^4.17.21",
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"lodash": "^4.0.0",
"@squidit/css": "latest"
},
"dependencies": {
Expand Down Expand Up @@ -34,5 +34,6 @@
},
"homepage": "https://github.com/squidit/ngx-css",
"author": "Squid <developers@squidit.com.br>",
"license": "MIT"
"license": "MIT",
"type": "module"
}

0 comments on commit d11fba7

Please sign in to comment.