@rebilly/lead-source-tracker 1.9.5 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rebilly/lead-source-tracker",
|
3
|
-
"version": "1.
|
3
|
+
"version": "2.1.0",
|
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,6 +9,8 @@
|
|
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",
|
12
14
|
"serve": "yarn build && node ./dev/server.js",
|
13
15
|
"build": "rollup -c"
|
14
16
|
},
|
@@ -20,10 +22,10 @@
|
|
20
22
|
"@babel/core": "^7.22.9",
|
21
23
|
"@babel/plugin-transform-runtime": "^7.12.17",
|
22
24
|
"@babel/preset-env": "^7.22.14",
|
25
|
+
"@rebilly/eslint-config": "*",
|
23
26
|
"@rollup/plugin-babel": "^5.1.0",
|
24
27
|
"@rollup/plugin-node-resolve": "^8.4.0",
|
25
28
|
"@rollup/plugin-commonjs": "^14.0.0",
|
26
|
-
"eslint": "^8.53.0",
|
27
29
|
"express": "^4.17.3",
|
28
30
|
"rollup": "^2.21.0",
|
29
31
|
"rollup-plugin-terser": "^7.0.2"
|