Skip to content

Commit c9061e4

Browse files
committed
LICENSE update
1 parent 0a1b3c3 commit c9061e4

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"type": "git",
1818
"url": "git+https://github.com/bitly/bitlyapi.js.git"
1919
},
20-
"license": "ISC",
20+
"license": "MIT",
2121
"author": "",
2222
"type": "module",
2323
"main": "dist/index.js",
@@ -26,7 +26,9 @@
2626
"build": "tsc",
2727
"prepare": "tsc"
2828
},
29-
"files": ["dist"],
29+
"files": [
30+
"dist"
31+
],
3032
"devDependencies": {
3133
"typescript": "^5.9.3"
3234
}

0 commit comments

Comments
 (0)