Skip to content
This repository was archived by the owner on Feb 4, 2024. It is now read-only.

Commit 7f27f11

Browse files
committed
Add Babel and bump Mermaid version
1 parent 45268cb commit 7f27f11

File tree

6 files changed

+745
-2609
lines changed

6 files changed

+745
-2609
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ From your MediaWiki root, run the following commands:
3939

4040
```
4141
git clone https://gitlab.com/morags/mediawiki-2018-skin.git skins && cd skins/2018
42-
npm install
42+
npm install && npm run build
4343
```
4444

4545
### Enabling the skin in MediaWiki

babel.config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"presets": [
3+
"@babel/preset-env"
4+
]
5+
}

0 commit comments

Comments
 (0)