Skip to content

Commit

Permalink
Fix files in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
s1r-J committed Aug 24, 2021
1 parent badca46 commit 115f366
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
{
"name": "fido-mds3",
"version": "0.1.0",
"version": "0.1.1",
"description": "Module to help access to FIDO Alliance Metadata Service v3.",
"main": "index.js",
"types": "./dist/str2ab.d.ts",
"files": [
"index.js",
"dist/",
"cert",
"config",
"data"
],
"scripts": {
"test": "npm run clean && npm run build && tap __test__/ --ts",
"clean": "rm -f dist/*",
Expand Down

0 comments on commit 115f366

Please sign in to comment.