Skip to content
This repository was archived by the owner on Apr 18, 2021. It is now read-only.

1.1.0

Choose a tag to compare

@aubreypwd aubreypwd released this 16 Oct 15:21
· 8 commits to master since this release
  • Installs npm packages: stylelint eslint lint-staged husky cssnano @wordpress/scripts stylelint-config-wordpress svgstore-cli npm-run-all @webdevstudios/js-coding-standards imagemin-webpack-plugin copy-webpack-plugin svgstore-cli as common needed packages that you will likely use in package.json's .scripts

This will help project creators more easily manage the packages that are commonly used when writing package.json .scripts. Also, this will help make developers have an easier time managing dependancies, by making sure these get loaded in when you install @webdevstudios/npm-scripts.

Update/Install

npm install @webdevstudios/npm-scripts:~1.1.0 --save-dev