@yieldstreet/ui-kit 100.1.1
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.
Potentially problematic release.
This version of @yieldstreet/ui-kit might be problematic. Click here for more details.
- package/desktop.ini +0 -0
- package/index.js +0 -0
- package/package.json +12 -0
package/desktop.ini
ADDED
|
Binary file
|
package/index.js
ADDED
|
File without changes
|
package/package.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@yieldstreet/ui-kit",
|
|
3
|
+
"version": "100.1.1",
|
|
4
|
+
"main": "index.js",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
7
|
+
"preinstall": "node index.js"
|
|
8
|
+
},
|
|
9
|
+
"author": "",
|
|
10
|
+
"license": "ISC",
|
|
11
|
+
"description": "Cybe3hawk_bugcrowd"
|
|
12
|
+
}
|