@elliemae/ds-basic 3.60.0-next.2 → 3.60.0-next.20
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.
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-basic",
|
|
3
|
-
"version": "3.60.0-next.
|
|
3
|
+
"version": "3.60.0-next.20",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "EllieMae UI Design System Library",
|
|
6
6
|
"files": [
|
|
@@ -32,6 +32,10 @@
|
|
|
32
32
|
"reportFile": "tests.xml",
|
|
33
33
|
"indent": 4
|
|
34
34
|
},
|
|
35
|
+
"publishConfig": {
|
|
36
|
+
"access": "public",
|
|
37
|
+
"typeSafety": false
|
|
38
|
+
},
|
|
35
39
|
"scripts": {
|
|
36
40
|
"test:e2e": "echo 'ds-basic only expose prebuilt styles, nothing to test' && exit 0",
|
|
37
41
|
"test:reports": "echo 'ds-basic only expose prebuilt styles, nothing to test' && exit 0",
|
|
@@ -40,10 +44,5 @@
|
|
|
40
44
|
"prebuild": "exit 0",
|
|
41
45
|
"build": "node ./copyPrebuiltFilesInDist.mjs",
|
|
42
46
|
"dev": "exit 0"
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
"access": "public",
|
|
46
|
-
"typeSafety": false
|
|
47
|
-
},
|
|
48
|
-
"gitHead": "a9ff7492ac8a5acc283cb1f59cb8c153823b24ec"
|
|
49
|
-
}
|
|
47
|
+
}
|
|
48
|
+
}
|