analytics-client
Advanced tools
Comparing version 0.3.0 to 0.3.1-roman-lint-2923bf4406ac39f05bb657808736eed9479301bf
@@ -7,2 +7,6 @@ # Change Log | ||
## 0.3.1 - 2020-03-18 | ||
* Bump balena linter [Roman Mazur] | ||
## 0.3.0 - 2020-03-17 | ||
@@ -9,0 +13,0 @@ |
{ | ||
"name": "analytics-client", | ||
"version": "0.3.0", | ||
"version": "0.3.1-roman-lint-2923bf4406ac39f05bb657808736eed9479301bf", | ||
"description": "Convenient builders to compose analytics tools", | ||
@@ -14,4 +14,4 @@ "repository": { | ||
"test": "jest", | ||
"prettify": "resin-lint --typescript --fix src/ test/ index.ts", | ||
"lint": "resin-lint --typescript src/ test/ index.ts && tsc --noEmit", | ||
"prettify": "balena-lint --typescript --fix src/ test/ index.ts", | ||
"lint": "balena-lint --typescript src/ test/ index.ts && tsc --noEmit", | ||
"build": "npm run lint && npm run test && tsc && webpack", | ||
@@ -26,2 +26,3 @@ "prepublish": "npm run build" | ||
"devDependencies": { | ||
"@balena/lint": "^4.0.1", | ||
"@types/jest": "^24.0.18", | ||
@@ -35,3 +36,2 @@ "@types/js-cookie": "^2.2.5", | ||
"mixpanel-browser": "^2.29.1", | ||
"resin-lint": "^3.3.1", | ||
"ts-jest": "^24.1.0", | ||
@@ -45,6 +45,6 @@ "ts-loader": "^6.2.0", | ||
"*.ts": [ | ||
"resin-lint --typescript --fix" | ||
"balena-lint --typescript --fix" | ||
], | ||
"test/**/*.ts": [ | ||
"resin-lint --typescript --no-prettier --tests" | ||
"balena-lint --typescript --no-prettier --tests" | ||
] | ||
@@ -51,0 +51,0 @@ }, |
Sorry, the diff of this file is too big to display
205917