Skip to content

Commit

Permalink
Avoid using local packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyrob committed Jul 9, 2024
1 parent 806ea20 commit 09758ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"repository": "local",
"devDependencies": {
"grunt": "1.6.1",
"grunt-bump-wp-version": "file:~/Plugins/node/grunt-bump-wp-version",
"grunt-bump-wp-version": "latest",
"grunt-cli": "1.4.3",
"grunt-contrib-clean": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-imagemin": "latest",
"grunt-contrib-jshint": "latest",
"grunt-eslint": "^25.0.0",
"grunt-phpcs": "file:~/Plugins/node/grunt-phpcs",
"grunt-phpcs": "latest",
"grunt-replace": "latest",
"grunt-terser": "latest",
"grunt-wp-i18n": "^1.0.3",
Expand Down

0 comments on commit 09758ed

Please sign in to comment.