Skip to content

Commit 770ad74

Browse files
Update package description and add keywords
1 parent 361da4a commit 770ad74

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
{
22
"name": "tc-string-parse",
3-
"description": "Simple parser for transparency and consent strings compatible with TCF2.0.",
3+
"description": "Simple parser for transparency and consent strings compatible with TCF2.0 an.",
44
"version": "1.0.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/audienceproject/tc-string-parse"
88
},
9+
"keywords": ["tcf", "transparency", "consent", "gdpr", "cmp", "iab"],
910
"license": "Apache-2.0",
1011
"main": "tc-string-parse.js",
1112
"scripts": {
12-
"test": "ava",
13-
"prepublishOnly": "npm install && npm test"
13+
"test": "ava --verbose",
14+
"lint": "eslint .",
15+
"prepublishOnly": "npm install && npm run test && npm run lint"
1416
},
1517
"devDependencies": {
1618
"ava": "3.5.1",

0 commit comments

Comments
 (0)