@statusfy/core
Advanced tools
Comparing version 0.1.1-alpha.1 to 0.1.1-alpha.2
@@ -22,3 +22,3 @@ const nodemon = require('nodemon') | ||
ext: '*', | ||
exec: `cross-env STATUSFY_SOURCE_DIR=${sourceDir} STATUSFY_CLI_OPTIONS='${JSON.stringify(cliOptions)}' node` | ||
exec: `npx cross-env STATUSFY_SOURCE_DIR=${sourceDir} STATUSFY_CLI_OPTIONS='${JSON.stringify(cliOptions)}' node` | ||
}) | ||
@@ -25,0 +25,0 @@ |
{ | ||
"name": "@statusfy/core", | ||
"version": "0.1.1-alpha.1", | ||
"version": "0.1.1-alpha.2", | ||
"description": "Core of Statusfy", | ||
@@ -41,4 +41,4 @@ "author": { | ||
"@nuxtjs/pwa": "^2.5.0", | ||
"@statusfy/common": "^0.1.1-alpha.1", | ||
"@statusfy/markdown": "^0.1.1-alpha.1", | ||
"@statusfy/common": "^0.1.1-alpha.2", | ||
"@statusfy/markdown": "^0.1.1-alpha.2", | ||
"body-parser": "^1.18.3", | ||
@@ -76,3 +76,3 @@ "browser-sync": "^2.26.0", | ||
"@mapbox/stylelint-processor-arbitrary-tags": "^0.2.0", | ||
"@statusfy/test-utils": "^0.1.1-alpha.1", | ||
"@statusfy/test-utils": "^0.1.1-alpha.2", | ||
"babel-core": "^7.0.0-0", | ||
@@ -92,3 +92,3 @@ "eslint-config-standard": "^12.0.0", | ||
}, | ||
"gitHead": "30176a96d4fb3cf559c74a007499f7970494da57" | ||
"gitHead": "dcc24ff2c0590e50b4e94f19edeff55793f15fdd" | ||
} |
Sorry, the diff of this file is not supported yet
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
201182