We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package.json
1 parent 34ec7df commit 26c1258Copy full SHA for 26c1258
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Change Log
2
3
## [Unreleased]
4
+### Fixed
5
+- Technical - Fix the license type in the `package.json` file.
6
7
## RELEASE 5.0.0 - 2020-03-20
8
package.json
@@ -14,7 +14,7 @@
14
"url": "git+https://github.com/ForestAdmin/forest-rails.git"
15
},
16
"author": "",
17
- "license": "ISC",
+ "license": "GPL-3.0",
18
"bugs": {
19
"url": "https://github.com/ForestAdmin/forest-rails/issues"
20
@@ -26,4 +26,4 @@
26
"semver": "5.3.0",
27
"simple-git": "1.78.0"
28
}
29
-}
+}
0 commit comments