Skip to content

Commit

Permalink
Add lit-grid-layout w/ npm auto-update (cdnjs#383)
Browse files Browse the repository at this point in the history
* Create lit-grid-layout.json

* Update lit-grid-layout.json

* Update lit-grid-layout.json

* Update lit-grid-layout.json

* Update lit-grid-layout.json

* Update lit-grid-layout.json

* Update lit-grid-layout.json

* Update packages/l/lit-grid-layout.json

Co-authored-by: Matt (IPv4) Cowley <[email protected]>

Co-authored-by: Matt (IPv4) Cowley <[email protected]>
  • Loading branch information
zsarnett and MattIPv4 committed Aug 10, 2020
1 parent e0e7999 commit f4d5609
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions packages/l/lit-grid-layout.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "lit-grid-layout",
"filename": "lit-grid-layout.js",
"authors": [
{
"name": "Zack Arnett"
}
],
"license": "MIT",
"description": "A Grid Layout for Lit Element",
"keywords": [
"typescript",
"javascript",
"grid",
"layout",
"lit-element"
],
"homepage": "https://github.com/zsarnett/Lit-Grid-Layout",
"repository": {
"type": "git",
"url": "git+https://github.com/zsarnett/Lit-Grid-Layout.git"
},
"autoupdate": {
"source": "npm",
"target": "lit-grid-layout",
"fileMap": [
{
"basePath": "dist",
"files": [
"**/*@(.js|.ts)?(.map)"
]
}
]
}
}

0 comments on commit f4d5609

Please sign in to comment.