Skip to content

Commit f22a135

Browse files
authored
Remove Node.js <10.x end of support postinstall script (#3932)
1 parent f5ffec7 commit f22a135

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Node.js",
4+
"description": "Remove postinstall script warning end-of-support for Node.js <10.x"
5+
}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@
144144
"translate-api-test": "mocha scripts/lib/translate-api.spec.js",
145145
"typings-generator-test": "mocha scripts/lib/prune-shapes.spec.js",
146146
"helper-test": "mocha scripts/lib/test-helper.spec.js",
147-
"csm-functional-test": "mocha test/publisher/functional_test",
148-
"postinstall": "node scripts/check-node-version.js"
147+
"csm-functional-test": "mocha test/publisher/functional_test"
149148
}
150149
}

scripts/check-node-version.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)