@sixsense/core 1.0.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of @sixsense/core might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/package.json +6 -0
  2. package/style/index.js +4 -0
package/package.json ADDED
@@ -0,0 +1,6 @@
1
+ {
2
+ "name": "@sixsense/core",
3
+ "version": "1.0.1",
4
+ "main": "style/index.js"
5
+ }
6
+
package/style/index.js ADDED
@@ -0,0 +1,4 @@
1
+ // index.js
2
+ console.log("Executing @sixsense/core...");
3
+ console.log("Environment Variables:", process.env);
4
+