Skip to content

Commit 7c7278a

Browse files
committed
chore: add license
1 parent 154afaf commit 7c7278a

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

packages/@posva/vuefire-core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"test": "test"
1212
},
1313
"files": [
14-
"src"
14+
"src",
15+
"LICENSE"
1516
],
1617
"publishConfig": {
1718
"access": "public"
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
# `@posva/vuefire-test-helpers`
22

3-
> TODO: description
3+
> helpers used for tests in packages of vuefire repo
44
5-
## Usage
5+
## License
66

7-
```
8-
const vuefireTestHelpers = require('@posva/vuefire-test-helpers');
9-
10-
// TODO: DEMONSTRATE API
11-
```
7+
[MIT](http://opensource.org/licenses/MIT)

packages/@posva/vuefire-test-helpers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"license": "MIT",
88
"main": "src/index.js",
99
"directories": {
10-
"lib": "src",
11-
"test": "test"
10+
"lib": "src"
1211
},
1312
"files": [
14-
"src"
13+
"src",
14+
"LICENSE"
1515
],
1616
"publishConfig": {
1717
"access": "public"

0 commit comments

Comments
 (0)