Skip to content

Commit

Permalink
feat: add lit-element
Browse files Browse the repository at this point in the history
  • Loading branch information
christianliebel committed Jun 29, 2020
1 parent 34ae78b commit 2b6d446
Show file tree
Hide file tree
Showing 4 changed files with 2,848 additions and 0 deletions.
15 changes: 15 additions & 0 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 @@ -16,6 +16,7 @@
},
"homepage": "https://github.com/christianliebel/paint#readme",
"devDependencies": {
"lit-element": "^2.3.1",
"snowpack": "^2.6.1"
}
}
5 changes: 5 additions & 0 deletions web_modules/import-map.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"imports": {
"lit-element": "./lit-element.js"
}
}
Loading

0 comments on commit 2b6d446

Please sign in to comment.