@rebilly/lead-source-tracker 2.16.0 → 2.16.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +1 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/lead-source-tracker",
3
- "version": "2.16.0",
3
+ "version": "2.16.1",
4
4
  "description": "Simple library which is used to collect and store lead source information into a cookie",
5
5
  "author": "Rebilly",
6
6
  "repository": "https://github.com/Rebilly/rebilly",
@@ -9,8 +9,6 @@
9
9
  "dist"
10
10
  ],
11
11
  "scripts": {
12
- "lint": "eslint src dev --fix --max-warnings 0",
13
- "lint:no-fix": "yarn lint --no-fix",
14
12
  "serve": "yarn build && node ./dev/server.js",
15
13
  "build": "vite build"
16
14
  },