Skip to content

Commit cc9a8b8

Browse files
fix: Add the missing license to package.json (box/box-codegen#562) (#343)
1 parent 0ffd9c8 commit cc9a8b8

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

.codegen.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "5d1b305", "specHash": "6ca858e", "version": "1.5.1" }
1+
{ "engineHash": "5b7aecf", "specHash": "6ca858e", "version": "1.5.1" }

package-lock.json

+13-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"start": "echo \"Error: no start specified\" && exit 1",
2121
"test": "jest"
2222
},
23+
"license": "Apache-2.0",
2324
"repository": {
2425
"type": "git",
2526
"url": "https://github.com/box/box-typescript-sdk-gen.git"

0 commit comments

Comments
 (0)