Skip to content

Commit 863d2a4

Browse files
committed
Npm package cleanup
1 parent 6f59b16 commit 863d2a4

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

accessibility-checker/src/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"continuous"
1616
],
1717
"author": "IBM Accessibility",
18-
"license": "SEE LICENSE IN LICENSE from the 'equal-access' repository",
18+
"license": "Apache-2.0",
1919
"dependencies": {
2020
"chromedriver": "^80.0.1",
2121
"deep-diff": "^0.3.4",
@@ -27,8 +27,7 @@
2727
"url": "https://github.com/IBMa/equal-access.git"
2828
},
2929
"bugs": {
30-
"url": "https://github.com/IBMa/equal-access/issues",
31-
"email": "thbrunet@us.ibm.com"
30+
"url": "https://github.com/IBMa/equal-access/issues"
3231
},
3332
"publishConfig": {
3433
"access": "public"

karma-accessibility-checker/src/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"karma-preprocessor"
2424
],
2525
"author": "IBM Accessibility",
26-
"license": "SEE LICENSE IN LICENSE from the 'equal-access' repository",
26+
"license": "Apache-2.0",
2727
"dependencies": {
2828
"karma": "1.7.1",
2929
"fs": "0.0.2",
@@ -45,8 +45,7 @@
4545
"url": "https://github.com/IBMa/equal-access.git"
4646
},
4747
"bugs": {
48-
"url" : "https://github.com/IBMa/equal-access/issues",
49-
"email": "thbrunet@us.ibm.com"
48+
"url" : "https://github.com/IBMa/equal-access/issues"
5049
},
5150
"publishConfig": {
5251
"access": "public"

0 commit comments

Comments
 (0)