strapi-plugin-navigation 3.0.9-beta.1 → 3.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "strapi-plugin-navigation",
3
- "version": "3.0.9-beta.1",
3
+ "version": "3.0.9",
4
4
  "description": "Strapi - Navigation plugin",
5
5
  "strapi": {
6
6
  "name": "navigation",
@@ -143,7 +143,8 @@
143
143
  "test:unit:watch": "jest --watch",
144
144
  "test:unit:ci": "CI=true jest --ci --runInBand --verbose --coverage",
145
145
  "verify": "strapi-plugin verify",
146
- "watch": "strapi-plugin watch"
146
+ "watch": "strapi-plugin watch",
147
+ "watch:link": "strapi-plugin watch:link"
147
148
  },
148
149
  "keywords": [
149
150
  "strapi",