|
1 | 1 | { |
2 | 2 | "name": "@segment/analytics.js-core", |
3 | 3 | "author": "Segment <friends@segment.com>", |
4 | | - "version": "3.13.3", |
| 4 | + "version": "3.13.4", |
5 | 5 | "description": "The hassle-free way to integrate analytics into any web application.", |
6 | 6 | "keywords": [ |
7 | 7 | "analytics", |
8 | 8 | "analytics.js", |
9 | 9 | "segment", |
10 | 10 | "segment.io" |
11 | 11 | ], |
12 | | - "main": "lib/index.js", |
| 12 | + "main": "build/index.js", |
13 | 13 | "scripts": { |
14 | 14 | "test": "make test", |
15 | 15 | "lint": "eslint \"./{lib,test}/**/*.js\"", |
16 | 16 | "format": "prettier-eslint --write --list-different \"./{lib,test}/**/*.{js,json,md}\"", |
17 | 17 | "precommit": "lint-staged", |
18 | 18 | "np": "np --no-publish", |
19 | | - "cz": "git-cz", |
20 | | - "commitmsg": "commitlint -E GIT_PARAMS" |
| 19 | + "cz": "git-cz" |
21 | 20 | }, |
22 | 21 | "repository": { |
23 | 22 | "type": "git", |
|
63 | 62 | "uuid": "^3.4.0" |
64 | 63 | }, |
65 | 64 | "devDependencies": { |
66 | | - "@commitlint/cli": "^7.0.0", |
67 | | - "@commitlint/config-conventional": "^7.0.1", |
68 | 65 | "@segment/analytics.js-integration": "^3.2.1", |
69 | 66 | "@segment/eslint-config": "^4.0.0", |
| 67 | + "@types/node": "^14.0.6", |
70 | 68 | "browserify": "13.0.0", |
71 | 69 | "browserify-istanbul": "^2.0.0", |
72 | 70 | "codecov": "^3.0.2", |
73 | | - "commitizen": "^2.10.1", |
74 | | - "commitlint-circle": "^1.0.0", |
75 | 71 | "compat-trigger-event": "^1.0.0", |
76 | 72 | "component-each": "^0.2.6", |
77 | 73 | "cz-conventional-changelog": "^2.1.0", |
|
101 | 97 | "proclaim": "^3.4.1", |
102 | 98 | "sinon": "^1.7.3", |
103 | 99 | "snyk": "^1.83.0", |
| 100 | + "ts-node": "^8.10.2", |
| 101 | + "typescript": "^3.9.3", |
104 | 102 | "watchify": "^3.7.0" |
105 | 103 | }, |
106 | | - "commitlint": { |
107 | | - "extends": [ |
108 | | - "@commitlint/config-conventional" |
109 | | - ] |
110 | | - }, |
111 | 104 | "lint-staged": { |
112 | 105 | "linters": { |
113 | 106 | "*.{js,json,md}": [ |
|
116 | 109 | ] |
117 | 110 | } |
118 | 111 | }, |
119 | | - "config": { |
120 | | - "commitizen": { |
121 | | - "path": "cz-conventional-changelog" |
122 | | - } |
123 | | - }, |
124 | 112 | "browserify": { |
125 | 113 | "transform": [ |
126 | 114 | "package-json-versionify" |
|
0 commit comments