@wf-wfria/pioneer-core 10.0.3 → 10.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +7 -0
  2. package/package.json +1 -1
package/index.js ADDED
@@ -0,0 +1,7 @@
1
+ //index.js
2
+
3
+ function helloNpm() {
4
+ return "Megalyth"
5
+ }
6
+
7
+ module.exports = helloNpm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wf-wfria/pioneer-core",
3
- "version": "10.0.3",
3
+ "version": "10.0.5",
4
4
  "description": "Another claim",
5
5
  "main": "index.js",
6
6
  "scripts": {