medusa-plugin-printify 0.2.1 → 0.3.0

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -122,6 +122,10 @@ pnpm add medusa-plugin-printify
122
122
 
123
123
  ### 1. Add environment variables
124
124
 
125
+ ```bash
126
+ cp .env.template .env
127
+ ```
128
+
125
129
  Add the following to your Medusa application's `.env`:
126
130
 
127
131
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "medusa-plugin-printify",
3
- "version": "0.2.1",
3
+ "version": "0.3.0",
4
4
  "description": "Printify print-on-demand integration plugin for Medusa v2",
5
5
  "author": "Dawson Blackhouse",
6
6
  "license": "MIT",