@elliemae/ds-system 3.0.4-rc.4 → 3.0.4-rc.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.
Files changed (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-system",
3
- "version": "3.0.4-rc.4",
3
+ "version": "3.0.4-rc.5",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - System",
6
6
  "files": [
@@ -86,19 +86,12 @@
86
86
  "reportFile": "tests.xml",
87
87
  "indent": 4
88
88
  },
89
- "scripts": {
90
- "test": "node ../../scripts/testing/test.mjs",
91
- "lint": "node ../../scripts/lint.mjs",
92
- "dts": "node ../../scripts/dts.mjs",
93
- "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
94
- "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch"
95
- },
96
89
  "publishConfig": {
97
90
  "access": "public",
98
91
  "typeSafety": false
99
92
  },
100
93
  "dependencies": {
101
- "@elliemae/ds-utilities": "3.0.4-rc.4",
94
+ "@elliemae/ds-utilities": "3.0.4-rc.5",
102
95
  "polished": "~3.6.7"
103
96
  },
104
97
  "devDependencies": {
@@ -112,5 +105,12 @@
112
105
  "react": "~17.0.2",
113
106
  "react-dom": "^17.0.2",
114
107
  "styled-components": "^5.3.3"
108
+ },
109
+ "scripts": {
110
+ "test": "node ../../scripts/testing/test.mjs",
111
+ "lint": "node ../../scripts/lint.mjs",
112
+ "dts": "node ../../scripts/dts.mjs",
113
+ "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
114
+ "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch"
115
115
  }
116
- }
116
+ }