Comparing version 0.3.0 to 0.3.1
@@ -66,3 +66,3 @@ 'use strict'; | ||
}).then(biomefile => { | ||
project = biomefile.project || project; | ||
project = biomefile.name || project; | ||
@@ -69,0 +69,0 @@ if (project.length === 0) { |
{ | ||
"name": "biome", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "A simple way to manage environment variables on a per-project basis", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -36,3 +36,3 @@ import fs from 'fs-promise'; | ||
}).then(biomefile => { | ||
project = biomefile.project || project; | ||
project = biomefile.name || project; | ||
@@ -39,0 +39,0 @@ if (project.length === 0) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
218864