@elliemae/ds-icons 3.0.0-next.49 → 3.0.0-next.52

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 +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-icons",
3
- "version": "3.0.0-next.49",
3
+ "version": "3.0.0-next.52",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Icons",
6
6
  "files": [
@@ -1570,21 +1570,21 @@
1570
1570
  "reportFile": "tests.xml",
1571
1571
  "indent": 4
1572
1572
  },
1573
+ "scripts": {
1574
+ "test": "node ../../scripts/testing/test.mjs",
1575
+ "lint": "node ../../scripts/lint.mjs",
1576
+ "dts": "node ../../scripts/dts.mjs",
1577
+ "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
1578
+ "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch"
1579
+ },
1573
1580
  "dependencies": {
1574
- "@elliemae/ds-classnames": "3.0.0-next.49",
1575
- "@elliemae/ds-utilities": "3.0.0-next.49",
1581
+ "@elliemae/ds-classnames": "workspace:*",
1582
+ "@elliemae/ds-utilities": "workspace:*",
1576
1583
  "react-desc": "~4.1.3"
1577
1584
  },
1578
1585
  "peerDependencies": {
1579
1586
  "lodash": "^4.17.21",
1580
1587
  "react": "~17.0.2",
1581
1588
  "react-dom": "^17.0.2"
1582
- },
1583
- "scripts": {
1584
- "test": "node ../../scripts/testing/test.mjs",
1585
- "lint": "node ../../scripts/lint.mjs",
1586
- "dts": "node ../../scripts/dts.mjs",
1587
- "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
1588
- "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch"
1589
1589
  }
1590
- }
1590
+ }