diff --git a/README.md b/README.md index f18b421..7cc544d 100644 --- a/README.md +++ b/README.md @@ -127,8 +127,7 @@ then run `npm run lint` ## Thanks to -- [Merkle.](https://www.merkleinc.com/) -- [Namics.](https://www.namics.com/en/) +- [Merkle](https://www.merkleinc.ch/) - [ESLint](https://github.com/eslint/eslint) for ESLint and the documentation [eslint.org](http://eslint.org/) - [Walmart](https://github.com/walmartlabs) for sharing their config in [eslint-config-walmart](https://github.com/walmartlabs/eslint-config-walmart) - [AirBnB](https://github.com/airbnb) for sharing their eslint config in [JavaScript Style Guide](https://github.com/airbnb/javascript) diff --git a/package.json b/package.json index a984d43..0712777 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "test": "npm run lint", "docs": "node bin/write-documentation", "prepublishOnly": "npx pkg-ok@2.3.1", - "prestart": "npx -y env-linter --versions=\"node=18.12.1,npm=8.19.2\" --saveExact --dependenciesExactVersion", + "prestart": "npx -y env-linter --versions --saveExact --dependenciesExactVersion", "prettier": "npm-run-all prettier:*", "prettier:es5": "prettier --config \".prettierrc.unstyled.js\" --write \"test/es5-disable-styles/**/*.js\"", "prettier:es5node": "prettier --config \".prettierrc.unstyled.js\" --write \"test/es5-node-disable-styles/**/*.js\"",