Skip to content

Commit 26c1258

Browse files
[*] Technical - Fix the license type in the package.json file (#350)
1 parent 34ec7df commit 26c1258

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
## [Unreleased]
4+
### Fixed
5+
- Technical - Fix the license type in the `package.json` file.
46

57
## RELEASE 5.0.0 - 2020-03-20
68

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "git+https://github.com/ForestAdmin/forest-rails.git"
1515
},
1616
"author": "",
17-
"license": "ISC",
17+
"license": "GPL-3.0",
1818
"bugs": {
1919
"url": "https://github.com/ForestAdmin/forest-rails/issues"
2020
},
@@ -26,4 +26,4 @@
2626
"semver": "5.3.0",
2727
"simple-git": "1.78.0"
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)