es-check 6.2.0 → 6.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-check",
3
- "version": "6.2.0",
3
+ "version": "6.2.1",
4
4
  "description": "Checks the ECMAScript version of .js glob against a specified version of ECMAScript with a shell command",
5
5
  "main": "index.js",
6
6
  "license": "MIT",
@@ -23,7 +23,6 @@
23
23
  "lint:ci": "eslint index.js",
24
24
  "prepush": "pnpm run lint && pnpm test",
25
25
  "postpublish": "git tag $npm_package_version && git push origin --tags && pnpm run chore",
26
- "preinstall": "npx only-allow pnpm",
27
26
  "report:coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
28
27
  "test": "nyc mocha test.js --timeout 10s --coverage"
29
28
  },