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 3f69728 commit bca0654Copy full SHA for bca0654
package.json
@@ -1,13 +1,15 @@
1
{
2
"name": "@micro-app/shared-utils",
3
- "version": "0.1.15",
+ "version": "0.1.13",
4
"description": "[Shared] shared utilities for micro-app.",
5
"main": "index.js",
6
"scripts": {
7
"prepublishOnly": "npm run test",
8
"lint": "eslint .",
9
"lint:fix": "npm run lint -- --fix",
10
"commit": "git-cz",
11
+ "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
12
+ "release": "release-it",
13
"test": "jest"
14
},
15
"homepage": "https://github.com/MicroAppJS/shared-utils",
@@ -51,6 +53,7 @@
51
53
"husky": "^3.1.0",
52
54
"jest": "^24.9.0",
55
"lint-staged": "^9.5.0",
56
+ "release-it": "^12.4.3",
57
"webpack-merge": "^4.2.2"
58
59
"dependencies": {
0 commit comments