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

Commit 64fba19

Browse files
committed
build/stamp.js: use relative path to package.json.
1 parent e0070a7 commit 64fba19

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build/stamp.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
'use strict';
44

5-
const path = require('path');
6-
7-
const pkg = require(path.resolve('package.json'));
5+
const pkg = require('../package.json');
86
const year = new Date().getFullYear();
97

108
const stampTop =

0 commit comments

Comments
 (0)