Skip to content

Commit d51ac52

Browse files
committed
cleansing
1 parent ca7bb22 commit d51ac52

File tree

6 files changed

+15
-14
lines changed

6 files changed

+15
-14
lines changed

FAQ.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
version: '3.8'
22

33
services:
4-
# Node server for running SCIM verification tests
5-
scimserver:
4+
scimverify:
65
build:
76
context: .
87
dockerfile: Dockerfile

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@
88
"local": "node scim.test.js"
99
},
1010
"author": "",
11-
"license": "ISC",
11+
"license": "GPL-3.0-only",
12+
"homepage": "https://verify.scim.dev",
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/limosa-io/scimverify"
16+
},
17+
"bugs": {
18+
"url": "https://github.com/limosa-io/scimverify/issues"
19+
},
1220
"dependencies": {
1321
"@codemirror/lang-yaml": "^6.1.2",
1422
"@codemirror/state": "^6.5.2",
@@ -32,5 +40,9 @@
3240
"directories": {
3341
"doc": "doc"
3442
},
35-
"keywords": []
43+
"keywords": ["scim", "verification", "testing", "api"],
44+
"links": {
45+
"website": "https://scim.dev",
46+
"verification": "https://verify.scim.dev"
47+
}
3648
}

src/groups.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import assert from 'node:assert';
33
import { getAxiosInstance, canonicalize } from './helpers.js';
44
import dotenv from 'dotenv';
55
import Ajv from 'ajv';
6-
import { group } from 'node:console';
76

87
dotenv.config();
98

src/helpers.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import axios from 'axios';
22
import fs from 'fs';
3-
import dotenv from 'dotenv';
4-
import test from 'node:test';
5-
import path from 'path';
6-
import { fileURLToPath } from 'url';
73

84
let harEntries = [];
95

src/populate.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)