@pure-ds/core 0.4.32 → 0.4.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pure-ds/core",
3
3
  "shortname": "pds",
4
- "version": "0.4.32",
4
+ "version": "0.4.33",
5
5
  "description": "Pure Design System - Why develop a Design System when you can generate one?",
6
6
  "repository": {
7
7
  "type": "git",
@@ -394,7 +394,7 @@ async function copyPdsAssets() {
394
394
  console.error('\n❌ ERROR: @pure-ds/core requires ES modules.\n');
395
395
  console.error('Add this to your package.json:\n');
396
396
  console.error(' "type": "module"\n');
397
- console.error('Then run: npm install\n');
397
+ console.error('Then run: npm install @pure-ds/core\n');
398
398
  process.exit(1);
399
399
  }
400
400
  } catch (e) {