mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
Added type assert for package json.
This commit is contained in:
parent
9f880df4f2
commit
50c28c2fa1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import exec from 'child_process'
|
||||||
import fs from 'fs'
|
import fs from 'fs'
|
||||||
import path from 'path'
|
import path from 'path'
|
||||||
|
|
||||||
import pjson from './src/package.json' with {type: "json"}
|
import pjson from './src/package.json' assert {type: "json"}
|
||||||
|
|
||||||
const VERSION=pjson.version
|
const VERSION=pjson.version
|
||||||
console.log(`Building docs for version ${VERSION}`)
|
console.log(`Building docs for version ${VERSION}`)
|
||||||
|
|
Loading…
Reference in a new issue