Skip to content

Commit

Permalink
package json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mefistosss committed Apr 9, 2022
1 parent ecf5f90 commit e54480d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"prepare" : "npm run build"
},
"main": "dist/index.umd.js",
"types": "dist/src/plugins/SirvMediaViewer/index.d.ts",
"keywords": [
"front-end",
"web",
Expand Down Expand Up @@ -55,5 +56,8 @@
"repository": {
"type": "git",
"url": "https://github.com/Mefistosss/vue-js-sirv-viewer.git"
}
},
"files": [
"dist/**/*"
]
}

0 comments on commit e54480d

Please sign in to comment.