Skip to content

Commit 8ea8918

Browse files
build: update lerna
1 parent ab470ad commit 8ea8918

File tree

2 files changed

+1897
-305
lines changed

2 files changed

+1897
-305
lines changed

Diff for: package.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"karma-sourcemap-loader": "^0.3.7",
6464
"karma-spec-reporter": "^0.0.31",
6565
"karma-webpack": "^2.0.3",
66-
"lerna": "2",
66+
"lerna": "^3.20.2",
6767
"markdown-it-include": "^1.0.0",
6868
"mocha": "^5.2.0",
6969
"mocha-webpack": "^1.0.1",
@@ -117,7 +117,13 @@
117117
}
118118
},
119119
"lint-staged": {
120-
"*.{js,json,vue,md}": ["prettier --write", "git add"],
121-
"*.{js,vue}": ["eslint --fix", "git add"]
120+
"*.{js,json,vue,md}": [
121+
"prettier --write",
122+
"git add"
123+
],
124+
"*.{js,vue}": [
125+
"eslint --fix",
126+
"git add"
127+
]
122128
}
123129
}

0 commit comments

Comments
 (0)