Comparing version 0.4.1 to 0.4.2
@@ -19,3 +19,3 @@ import parseArgs from 'minimist'; | ||
const rimraf = file => pspawn('rm', ['-rf', file]); | ||
const subdirs = ['_agstate/agoric-servers', 'contract', 'api'].sort() | ||
const subdirs = ['.', '_agstate/agoric-servers', 'contract', 'api'].sort(); | ||
@@ -22,0 +22,0 @@ if (opts.sdk) { |
@@ -72,3 +72,8 @@ import parseArgs from 'minimist'; | ||
if (!opts.sdk) { | ||
if (!(await exists('_agstate/agoric-servers/node_modules'))) { | ||
if ( | ||
!(await exists('node_modules/@agoric/cosmic-swingset')) && | ||
!(await exists( | ||
'_agstate/agoric-servers/node_modules/@agoric/cosmic-swingset', | ||
)) | ||
) { | ||
log.error(`you must first run '${progname} install'`); | ||
@@ -75,0 +80,0 @@ return 1; |
{ | ||
"name": "agoric", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Manage the Agoric Javascript smart contract platform", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.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
36166
531