New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

antistatique-frontend

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antistatique-frontend - npm Package Compare versions

Comparing version

to
1.3.3

@@ -123,3 +123,2 @@ #!/usr/bin/env node

fs.copySync(`${srcd}/.eslintrc`, `${cwd}/.eslintrc`);
fs.copySync(`${srcd}/.prettierrc`, `${cwd}/.prettierrc`);
fs.copySync(`${srcd}/.github`, `${cwd}/.github`);

@@ -126,0 +125,0 @@ fs.copySync(`${srcd}/.husky`, `${cwd}/.husky`);

@@ -9,2 +9,6 @@ # Changelog

## [1.3.3] - 2022-09-05
### Fixed
- fix copy script
## [1.3.2] - 2022-09-05

@@ -150,3 +154,4 @@ ### Fixed

[Unreleased]: https://github.com/antistatique/frontend-development-configuration/compare/1.3.2...HEAD
[Unreleased]: https://github.com/antistatique/frontend-development-configuration/compare/1.3.3...HEAD
[1.3.3]: https://github.com/antistatique/frontend-development-configuration/compare/1.3.2...1.3.3
[1.3.2]: https://github.com/antistatique/frontend-development-configuration/compare/1.3.1...1.3.2

@@ -153,0 +158,0 @@ [1.3.1]: https://github.com/antistatique/frontend-development-configuration/compare/1.3.0...1.3.1

{
"name": "antistatique-frontend",
"version": "1.3.2",
"version": "1.3.3",
"description": "Antistatique opinionated frontend development configuration (linters, tests,...)",

@@ -5,0 +5,0 @@ "main": ".bin/init.js",