Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
o-murphy committed Dec 25, 2023
1 parent 3ec52fe commit b71a31e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "js-ballistics",
"version": "1.1.0",
"version": "1.1.1",
"description": "ISC library for small arms ballistic calculations (JavaScript ES6+)",
"main": "dist/index.js",
"scripts": {
Expand All @@ -10,7 +10,8 @@
"prepublishOnly": "npm run build"
},
"files": [
"dist/**/*.js", "dist/**/*.d.ts"
"dist/**/*.js",
"dist/**/*.d.ts"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit b71a31e

Please sign in to comment.