@gxp-dev/tools 2.0.32 → 2.0.33

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 (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,8 +22,6 @@ Create a new GxP plugin project:
22
22
  gxdev init my-plugin
23
23
  cd my-plugin
24
24
  git init
25
- git submodule add git@bitbucket.org:gramercytech/z-plugin-components.git src/z-components
26
- git submodule update
27
25
  npm run dev
28
26
  ```
29
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gxp-dev/tools",
3
- "version": "2.0.32",
3
+ "version": "2.0.33",
4
4
  "description": "Dev tools to create platform plugins",
5
5
  "type": "commonjs",
6
6
  "publishConfig": {