Skip to content

Commit

Permalink
Add files definition to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohiekkar committed Aug 17, 2022
1 parent 9ff94a1 commit b6f2554
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isni-utils",
"version": "1.0.0",
"version": "1.0.1",
"description": "Validate and generate ISNI (International Standard Name Identifier) codes",
"license": "MIT",
"author": "Olli Hiekkaranta",
Expand All @@ -27,5 +27,8 @@
"devDependencies": {
"assert": "^2.0.0",
"mocha": "^10.0.0"
}
},
"files": [
"index.js"
]
}

0 comments on commit b6f2554

Please sign in to comment.