Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #82 from zhaolihang/master
Browse files Browse the repository at this point in the history
fix mistake ../package.json to ./package.json
  • Loading branch information
stephen-palmer committed Dec 15, 2018
2 parents 3dde352 + 8b2355a commit ca2d233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require('./lib/helpers').initConfigDir(__dirname);
const cmd = require('commander');
const consts = require('./lib/constants');
const { version, description } = require('../package.json');
const { version, description } = require('./package.json');
const { UnityCacheServer } = require('./lib/unity_cache_server');

function zeroOrMore(val) {
Expand Down

0 comments on commit ca2d233

Please sign in to comment.