@sc-admin-portal-monorepo/admin-portal 2.0.0 → 2.0.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.
Files changed (3) hide show
  1. package/index.js +1 -0
  2. package/package.json +2 -2
  3. package/index.ts +0 -3
package/index.js ADDED
@@ -0,0 +1 @@
1
+ console.log("This package was confused by kedr from standoff")
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@sc-admin-portal-monorepo/admin-portal",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Hacks May Ozon",
5
- "main": "index.ts",
5
+ "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
package/index.ts DELETED
@@ -1,3 +0,0 @@
1
- getLanguageCode(); string {
2
- return navigator.language;
3
- }