Comparing version 3.2.2 to 3.2.3
# CHANGELOG | ||
The changelog is automatically updated using [semantic-release](https://github.com/semantic-release/semantic-release). | ||
You can see it on the [releases page](../releases). | ||
You can see it on the [releases page](../../releases). |
#!/usr/bin/env node | ||
'use strict'; | ||
require('../')(process.argv.slice(2)); | ||
var _ = require('../'); | ||
var _2 = _interopRequireDefault(_); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
(0, _2.default)(process.argv.slice(2)); |
{ | ||
"name": "cross-env", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"description": "Run scripts that set and use environment variables across platforms", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
13765
90