Skip to content

Commit

Permalink
Add txdfe-at w/ npm auto-update (#1571)
Browse files Browse the repository at this point in the history
* Add txdfe-at w/ npm auto-update

* Update txdfe-at.json
  • Loading branch information
MattIPv4 authored Jul 3, 2023
1 parent 6e67434 commit e222775
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions packages/t/txdfe-at.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "txdfe-at",
"description": "一个设计体系组件库",
"keywords": [
"aisc",
"teambition"
],
"license": "MIT",
"homepage": "https://github.com/wpzzyh/txdfe-at#readme",
"repository": {
"type": "git",
"url": "[email protected]:aisc/at.git"
},
"authors": [
{
"name": "txd"
}
],
"autoupdate": {
"source": "npm",
"target": "@txdfe/at",
"fileMap": [
{
"basePath": "build",
"files": [
"*.@(css|js)"
]
}
]
},
"filename": "at.min.js"
}

0 comments on commit e222775

Please sign in to comment.