Comparing version 0.1.13 to 0.1.14
@@ -0,1 +1,5 @@ | ||
#!/usr/bin/env node | ||
/* eslint no-console:off */ | ||
/** | ||
@@ -2,0 +6,0 @@ * Created by Roman Spiridonov <romars@phystech.edu> on 7/15/2017. |
@@ -10,3 +10,2 @@ /** | ||
const nconf = require('./config')(userConfig); | ||
console.log(nconf.get('isCDN'), userConfig.isCDN); | ||
require('./gulpfile'); | ||
@@ -13,0 +12,0 @@ }; |
{ | ||
"name": "pagegenjs", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"description": "Page generator using JavaScript on client and server.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
2094
164963