Skip to content
This repository was archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
no version in dest file
Browse files Browse the repository at this point in the history
christian-fei committed Jul 16, 2020
1 parent 94fc81b commit a26da66
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/stamp.js
Original file line number Diff line number Diff line change
@@ -4,14 +4,11 @@

'use strict'

const path = require('path')

const pkg = require(path.resolve('package.json'))
const year = new Date().getFullYear()

const stampTop =
`/*!
* Simple-Jekyll-Search v${pkg.version} (${pkg.homepage})
* Simple-Jekyll-Search
* Copyright 2015-${year}, Christian Fei
* Licensed under the MIT License.
*/

0 comments on commit a26da66

Please sign in to comment.