Skip to content

Commit

Permalink
Bug fix in reference to old packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzygemini committed Aug 25, 2017
1 parent 9362585 commit d532d1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const Environment = require('./src/Environment');
const logger = require('logger').logger;
const logger = require('ezzy-logger').logger;

/** @type {Environment} */
const environment = new Environment();
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ezzy-environment",
"description": "A lightweight tool to provide common environment settings",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "git@github.com:ezzygemini/environment.git"
Expand Down

0 comments on commit d532d1a

Please sign in to comment.