@elliemae/ds-icons 3.1.0-next.2 → 3.1.0-next.5
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 +13 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-icons",
|
|
3
|
-
"version": "3.1.0-next.
|
|
3
|
+
"version": "3.1.0-next.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Icons",
|
|
6
6
|
"files": [
|
|
@@ -1570,21 +1570,22 @@
|
|
|
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
|
-
},
|
|
1580
1573
|
"dependencies": {
|
|
1581
|
-
"@elliemae/ds-classnames": "3.1.0-next.
|
|
1582
|
-
"@elliemae/ds-
|
|
1583
|
-
"
|
|
1574
|
+
"@elliemae/ds-classnames": "3.1.0-next.5",
|
|
1575
|
+
"@elliemae/ds-system": "3.1.0-next.5",
|
|
1576
|
+
"@elliemae/ds-utilities": "3.1.0-next.5"
|
|
1584
1577
|
},
|
|
1585
1578
|
"peerDependencies": {
|
|
1586
1579
|
"lodash": "^4.17.21",
|
|
1587
1580
|
"react": "~17.0.2",
|
|
1588
1581
|
"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
|
+
"checkDeps": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\"",
|
|
1589
|
+
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch"
|
|
1589
1590
|
}
|
|
1590
|
-
}
|
|
1591
|
+
}
|