diff --git a/package.json b/package.json index 39a1b601..9a4ba66e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ "bundle": "webpack && webpack --config webpack-prod.config.js", "coverage": "istanbul cover -x \"cli.js\" -x \"spec/*spec.js\" jasmine spec/*spec.js;", "coverage:check": "istanbul check-coverage --branch 90 --statement 90", - "postinstall": "node tasks/postinstall.js || exit 0", "prettier": "prettier --write src/**/*.js", "publish-please": "publish-please", "prepublishOnly": "publish-please guard" diff --git a/tasks/postinstall.js b/tasks/postinstall.js deleted file mode 100644 index ad11ee9e..00000000 --- a/tasks/postinstall.js +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env node - - -const msg = '\u001b[96m\u001b[1mLove fast-xml-parser? Check \u001b[32mhttps://amitkumargupta.work \u001b[96m\u001b[1mfor more projects and contribution.\u001b[0m\n'; -console.log(msg) \ No newline at end of file