Comparing version 3.0.0 to 3.0.1
'use strict' | ||
const path = require('path'); | ||
const dirname = require('path').dirname; | ||
const prompt = require('../node_modules/inquirer').createPromptModule(); | ||
const UserConfig = require('../models/userConfigModel'); | ||
const writeConfigFile = require('./utils').writeJSONFile; | ||
const newTimestamp = require('./newTimestamp').small; | ||
const prompt = require('../../node_modules/inquirer').createPromptModule(); | ||
const UserConfig = require('../../models/userConfigModel'); | ||
const writeConfigFile = require('../utils').writeJSONFile; | ||
const newTimestamp = require('../newTimestamp').small; | ||
const finalInitMessage = 'Run "merger" or "merger build" to start building.'; | ||
@@ -9,0 +7,0 @@ |
{ | ||
"name": "merger-js", | ||
"displayName": "MergerJS", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Yet another light weight and simple cross-platform build tool for JavaScript files, with CLI tooling, file imports, auto build capabilities and native OS notifications.", | ||
@@ -6,0 +6,0 @@ "readme": "https://github.com/joao-neves95/merger-js/blob/master/README.md", |
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
34700
644