Skip to content

Commit c44f6b0

Browse files
authored
specify license (#232)
npm doesn't pick up our LICENSE file, and is listing our package as a "none" license.
1 parent bf8b112 commit c44f6b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reference-lib/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
],
2626
"publishConfig": {
2727
"access": "public"
28-
}
28+
},
29+
"license": "Apache-2.0"
2930
}

0 commit comments

Comments
 (0)