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.
1 parent 39ec7c8 commit 2bdcbb7Copy full SHA for 2bdcbb7
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.5.0 Release - 2021-03-07
4
+
5
+### Improvements
6
7
+- NPM package usage
8
9
## v1.4.0 Release - 2021-02-05
10
11
### Improvements
package.json
@@ -1,8 +1,12 @@
{
"name": "matestack-ui-core",
- "version": "1.4.0",
- "main": "app/javascript/matestack-ui-core",
- "private": true,
+ "version": "1.5.0",
+ "main": "app/javascript/matestack-ui-core/index.js",
+ "files": [
+ "app",
+ "LICENSE"
+ ],
+ "license": "LGPLv3",
"dependencies": {
"axios": "^0.21.1",
12
"link-module-alias": "^1.2.0",
0 commit comments