pulsar/packages/update-package-dependencies
confused_techie 2eab519e23
Merge pull request #209 from Sertonix/add-or-update-packages-package-lock.js
add or update `packages/*/package-lock.json`
2022-12-13 18:21:25 -08:00
..
lib ➡️ Migrate core package 'update-package-dependencies' into ./packages 2019-08-12 13:35:01 -04:00
spec 👕 2019-08-12 14:22:00 -04:00
styles ➡️ Migrate core package 'update-package-dependencies' into ./packages 2019-08-12 13:35:01 -04:00
.gitignore ➡️ Migrate core package 'update-package-dependencies' into ./packages 2019-08-12 13:35:01 -04:00
package-lock.json add or update packages/*/package-lock.json 2022-12-10 19:13:50 +01:00
package.json remove 'standard' linter from packages 2022-11-19 17:12:43 +01:00
README.md rebrand and relicence 2022-12-03 02:46:08 +00:00

Update Package Dependencies package

Runs puslar -p install from the current project's directory. This will install all dependencies referenced in the package.json file to the node_modules folder.

This should only be used in projects that are Pulsar packages.