Skip to content

Commit 2246b99

Browse files
committed
chores
1 parent 814be22 commit 2246b99

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.DS_Store
22
node_modules
33
/package/dist
4-
4+
TODO.md
55

66
/tests/e2e/videos/
77
/tests/e2e/screenshots/

package/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"name": "vue-simple-portal",
3+
"description": "A simple Portal implementation for Vue, to mount slot content to any element",
4+
"author": {
5+
"name": "Thorsten Lünborg",
6+
"url": "https://www.github.com/linusborg"
7+
},
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/linusborg/vue-simple-portal"
11+
},
312
"version": "0.0.0",
413
"private": true,
514
"scripts": {

0 commit comments

Comments
 (0)