Skip to content

Commit

Permalink
feat(browserslist-config): add new package
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 11, 2023
1 parent 41a61e5 commit c32b039
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
3 changes: 0 additions & 3 deletions projects/browserlist-config/README.md

This file was deleted.

3 changes: 3 additions & 0 deletions projects/browserslist-config/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# @taiga-ui/browserslist-config

Common browserslist configuration for taiga-ui projects
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@taiga-ui/browserslist-config",
"version": "0.2.0",
"description": "Taiga UI commitlint config",
"version": "0.1.0",
"description": "Taiga UI browserslist config",
"keywords": [
"commitlint",
"prettier"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "browserslist-config",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "projects/browserlist-config",
"sourceRoot": "projects/browserslist-config",
"projectType": "library",
"prefix": "tui",
"targets": {
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "npm publish ./projects/browserlist-config --access=public --ignore-scripts || echo \"already published\""
"command": "npm publish ./projects/browserslist-config --access=public --ignore-scripts || echo \"already published\""
}
}
}
Expand Down

0 comments on commit c32b039

Please sign in to comment.