Skip to content
Snippets Groups Projects
Commit d240a962 authored by David Mynors's avatar David Mynors
Browse files

Bump package versions via 'npm audit fix'

also add npm scripts for local dev
parent 946db6fa
Branches
No related tags found
1 merge request!2Add mastodon oauth for meet.coop-registration-form
......@@ -3,3 +3,5 @@
/node_modules/
/build/
/config.js
*.log
src
module.exports = {
schema: 2,
theme: {
timezone: 'Europe/London',
title: 'Example Title',
......
......@@ -4,6 +4,9 @@
"description": "",
"main": "index.js",
"scripts": {
"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"
},
"author": "wu-lee <wu_lee@social.coop>",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment