Skip to content

Commit eddf6b4

Browse files
committed
Add types and description to package.json
1 parent 8dd41ee commit eddf6b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "vue-tweet",
3+
"description": "Embed tweets just by giving the ID of a Tweet",
34
"version": "1.0.1",
45
"files": [
56
"dist"
67
],
8+
"types": "./dist/vue-tweet.d.ts",
79
"main": "./dist/vue-tweet.umd.js",
810
"module": "./dist/vue-tweet.es.js",
911
"exports": {

0 commit comments

Comments
 (0)