@panchenkoprog/supermodule 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@panchenkoprog/supermodule",
3
+ "version": "1.0.1",
4
+ "description": "Advanced Custom Module",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "files": [
10
+ "supermodule"
11
+ ],
12
+ "author": "Oleksand Panchenko",
13
+ "license": "ISC"
14
+ }
@@ -0,0 +1,6 @@
1
+ // Learning NPM
2
+
3
+ module.exports = function () {
4
+ console.log("Этот модуль - самый лучший модуль на Земле");
5
+ console.log("Помогает рисовать он мелом на стене");
6
+ }