@statusfy/core
Advanced tools
Comparing version 0.1.0 to 0.1.1-alpha.0
@@ -172,3 +172,3 @@ const fs = require('fs') | ||
fse.copySync( | ||
path.join(__dirname, 'init', '.gitignore'), | ||
path.join(__dirname, 'init', '_gitignore'), | ||
path.join(outDir, '.gitignore') | ||
@@ -175,0 +175,0 @@ ) |
@@ -5,7 +5,7 @@ const fs = require('fs') | ||
const { logger, fse, frontMatter, slugify, path } = require('@statusfy/common') | ||
const { logger, fse, grayMatter, slugify, path } = require('@statusfy/common') | ||
const loadConfig = require('./config/load') | ||
function generateIncident (data, content, format) { | ||
let matterContent = frontMatter.stringify(content, data, format) | ||
let matterContent = grayMatter.stringify(content, data, format) | ||
@@ -23,3 +23,3 @@ if (['json', 'toml'].includes(format)) { | ||
// Generate configuration | ||
const config = loadConfig(sourceDir) | ||
const config = loadConfig(sourceDir).config | ||
@@ -26,0 +26,0 @@ const questions = [ |
{ | ||
"name": "@statusfy/core", | ||
"version": "0.1.0", | ||
"version": "0.1.1-alpha.0", | ||
"description": "Core of Statusfy", | ||
@@ -41,4 +41,4 @@ "author": { | ||
"@nuxtjs/pwa": "^2.5.0", | ||
"@statusfy/common": "^0.1.0", | ||
"@statusfy/markdown": "^0.1.0", | ||
"@statusfy/common": "^0.1.1-alpha.0", | ||
"@statusfy/markdown": "^0.1.1-alpha.0", | ||
"body-parser": "^1.18.3", | ||
@@ -63,3 +63,3 @@ "browser-sync": "^2.26.0", | ||
"nodemon": "^1.18.4", | ||
"nuxt": "^2.1.0", | ||
"nuxt": "~2.1.0", | ||
"nuxt-i18n": "^5.4.0", | ||
@@ -77,3 +77,3 @@ "opener": "^1.5.0", | ||
"@mapbox/stylelint-processor-arbitrary-tags": "^0.2.0", | ||
"@statusfy/test-utils": "^0.1.0", | ||
"@statusfy/test-utils": "^0.1.1-alpha.0", | ||
"babel-core": "^7.0.0-0", | ||
@@ -93,3 +93,3 @@ "eslint-config-standard": "^12.0.0", | ||
}, | ||
"gitHead": "7b45de24e4fdec5870c4e0f3fc85e83249779545" | ||
"gitHead": "3f4a671476ec72ea1fa754a59714c361e6766b3d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
200932
118
Updatednuxt@~2.1.0