seanchen-npm-basic
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "seanchen-npm-basic", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Try the basic concepts about NPM moduels", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -1,1 +0,7 @@ | ||
module.exports = require('./singleton.js'); | ||
/** | ||
* Check this post for module.exports and exports. | ||
* - https://www.sitepoint.com/understanding-module-exports-exports-node-js/ | ||
*/ | ||
//module.exports = require('./singleton.js'); | ||
module.exports.basicSingleton = require('./singleton.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
1038
25