Skip to content

Commit bc9f944

Browse files
committedApr 11, 2020
Remove use of assert_changelog_ready script
we might reenable it once we figure out how to do this properly with lerna.
1 parent cf1663e commit bc9f944

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed
 

‎packages/convict-format-with-moment/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"posttest": "npm run lint",
2525
"test": "mocha --check-leaks test/*-tests.js",
2626
"lint": "eslint .",
27-
"lint:fix": "eslint --fix .",
28-
"version": "./assert_changelog_ready $npm_package_version"
27+
"lint:fix": "eslint --fix ."
2928
},
3029
"files": [
3130
"lib"

‎packages/convict-format-with-validator/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"posttest": "npm run lint",
2626
"test": "mocha --check-leaks test/*-tests.js",
2727
"lint": "eslint .",
28-
"lint:fix": "eslint --fix .",
29-
"version": "./assert_changelog_ready $npm_package_version"
28+
"lint:fix": "eslint --fix ."
3029
},
3130
"files": [
3231
"lib"

‎packages/convict/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"posttest": "npm run lint",
2626
"test": "mocha --check-leaks test/*-tests.js",
2727
"lint": "eslint .",
28-
"lint:fix": "eslint --fix .",
29-
"version": "./assert_changelog_ready $npm_package_version"
28+
"lint:fix": "eslint --fix ."
3029
},
3130
"files": [
3231
"lib"

0 commit comments

Comments
 (0)
Please sign in to comment.