-
- Downloads
Linkify oc-user and mastodon from form-submissions
This makes it easier for community WG members to click
Showing
- .prettierrc.json 6 additions, 0 deletions.prettierrc.json
- lib/linkify.js 18 additions, 0 deletionslib/linkify.js
- lib/test/linkify.spec.js 29 additions, 0 deletionslib/test/linkify.spec.js
- package-lock.json 2216 additions, 3 deletionspackage-lock.json
- package.json 4 additions, 2 deletionspackage.json
- serve.js 6 additions, 0 deletionsserve.js
.prettierrc.json
0 → 100644
lib/linkify.js
0 → 100644
lib/test/linkify.spec.js
0 → 100644
This diff is collapsed.
... | ... | @@ -7,7 +7,7 @@ |
"prebuild": "test -d src || git clone git@git.coop:social.coop/general.wiki.git src", | ||
"build": "node build.js", | ||
"serve": "node serve.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "ava" | ||
}, | ||
"author": "wu-lee <wu_lee@social.coop>", | ||
"license": "AGPL-3.0-only", | ||
... | ... | @@ -33,5 +33,7 @@ |
"shelljs": "^0.8.3", | ||
"winston": "^3.2.1" | ||
}, | ||
"devDependencies": {} | ||
"devDependencies": { | ||
"ava": "^3.15.0" | ||
} | ||
} |
Please register or sign in to comment