@elliemae/ds-menu 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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-menu",
3
- "version": "3.0.0-next.49",
3
+ "version": "3.0.0-next.52",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Menu",
6
6
  "files": [
@@ -106,8 +106,15 @@
106
106
  "reportFile": "tests.xml",
107
107
  "indent": 4
108
108
  },
109
+ "scripts": {
110
+ "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
111
+ "test": "node ../../scripts/testing/test.mjs",
112
+ "lint": "node ../../scripts/lint.mjs",
113
+ "dts": "node ../../scripts/dts.mjs",
114
+ "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
115
+ },
109
116
  "dependencies": {
110
- "@elliemae/ds-common": "3.0.0-next.49"
117
+ "@elliemae/ds-common": "workspace:*"
111
118
  },
112
119
  "peerDependencies": {
113
120
  "lodash": "^4.17.21",
@@ -118,12 +125,5 @@
118
125
  "publishConfig": {
119
126
  "access": "public",
120
127
  "typeSafety": false
121
- },
122
- "scripts": {
123
- "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
124
- "test": "node ../../scripts/testing/test.mjs",
125
- "lint": "node ../../scripts/lint.mjs",
126
- "dts": "node ../../scripts/dts.mjs",
127
- "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
128
128
  }
129
- }
129
+ }