Skip to content

Commit eb3e3ff

Browse files
committed
Basic test setup
1 parent 42ca78b commit eb3e3ff

35 files changed

+22272
-5800
lines changed

package.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,34 @@
44
"description": "Software Development Kit for Angular developed by Unitario",
55
"main": "dist/index.js",
66
"license": "MIT",
7-
"private": false,
7+
"homepage": "https://github.com/unitario/angular-devkit",
8+
"bugs": "https://github.com/unitario/angular-devkit/issues",
9+
"repository": {
10+
"url": "https://github.com/unitario/angular-devkit",
11+
"type": "git"
12+
},
13+
"author": {
14+
"name": "unitario",
15+
"email": "stefan.astrand@unitar.io",
16+
"url": "https://www.unitar.io"
17+
},
818
"scripts": {
9-
"build": "tsc",
19+
"build": "tsc src/**/*.ts",
1020
"test": "jest",
11-
"lint": "eslint"
21+
"lint": "eslint src/**/*.ts --fix "
1222
},
1323
"dependencies": {
24+
"@angular-devkit/architect": "^0.900.7",
25+
"@angular-devkit/core": "^9.0.7",
1426
"chalk": "^3.0.0",
1527
"ora": "^4.0.3",
28+
"ramda": "^0.27.0",
1629
"rxjs": "^6.5.4"
1730
},
1831
"devDependencies": {
19-
"@angular-devkit/architect": "^0.900.7",
20-
"@angular-devkit/core": "^9.0.7",
2132
"@types/node": "^13.9.2",
2233
"@types/ramda": "^0.26.44",
23-
"@unitario/eslint-config": "^1.0.0",
34+
"@unitario/eslint-config": "^1.0.8",
2435
"eslint": "^6.8.0",
2536
"jest": "^25.1.0",
2637
"prettier": "^2.0.1",

0 commit comments

Comments
 (0)