We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c78062 commit d098333Copy full SHA for d098333
2 files changed
opam
@@ -1,5 +1,6 @@
1
opam-version: "1.2"
2
version: "0.0.1"
3
+license: "BSD"
4
dev-repo: "https://github.com/reasonml/ReasonNativeProject.git"
5
maintainer: "FirstName LastName <email@email.com>"
6
authors: [ "FirstName LastName <email@email.com>" ]
package.json
@@ -17,5 +17,6 @@
17
"dependencies": {
18
"reason": "build & >= \"1.13.3\""
19
}
20
- }
+ },
21
+ "license": "BSD"
22
0 commit comments