Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit e348e80

Browse files
committedOct 25, 2021
fix: re-add removed dependencies
This reverts commit ebb0344.
1 parent ebb0344 commit e348e80

File tree

2 files changed

+320
-986
lines changed

2 files changed

+320
-986
lines changed
 

‎package-lock.json

+309-983
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+11-3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@
1818
],
1919
"author": "Nordic Semiconductor ASA | nordicsemi.no",
2020
"license": "BSD-3-Clause",
21+
"dependencies": {
22+
"@commitlint/cli": "13.2.1",
23+
"@commitlint/config-angular": "13.2.0",
24+
"@nordicsemiconductor/eslint-config-asset-tracker-cloud-typescript": "8.1.10",
25+
"eslint": "7.32.0",
26+
"husky": "7.0.4",
27+
"lint-staged": "11.2.4",
28+
"pinst": "2.1.6",
29+
"prettier": "2.4.1",
30+
"typescript": "4.4.4"
31+
},
2132
"lint-staged": {
2233
"*.{yml,md,js,json}": [
2334
"prettier --write --config .prettierrc.js"
@@ -50,8 +61,5 @@
5061
"prepublishOnly": "pinst --disable",
5162
"postpublish": "pinst --enable",
5263
"test": "npm exec -- renovate-config-validator"
53-
},
54-
"devDependencies": {
55-
"@nordicsemiconductor/asset-tracker-cloud-code-style": "9.2.1"
5664
}
5765
}

0 commit comments

Comments
 (0)
This repository has been archived.