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

Releases: WebDevStudios/npm-scripts

v1.1.1

05 Feb 18:43
Compare
Choose a tag to compare
  • This release makes the script more compatible in bash environments. PR

View on npmjs.com

1.1.0

16 Oct 15:21
Compare
Choose a tag to compare
  • 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

1.0.1

16 Oct 02:02
Compare
Choose a tag to compare
  • Minor typo fix to README

1.0.0

16 Oct 00:45
Compare
Choose a tag to compare

This is the first version of npm-scripts intended to support wd_s's package.json scripts for version 2.0.0.

As mentioned in the README.md file, this mostly mirrors @wordpress/scripts and runs the variants there, but in the case we ever want to change that, or maybe do more, we can with this layer in the middle.

Install

See README