@ojes94/socket 1.0.1 → 1.0.2

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ojes94/socket",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A Cross-Platform, Native Runtime for Desktop and Mobile Apps — Create apps using HTML, CSS, and JavaScript. Written from the ground up to be small and maintainable.",
5
5
  "type": "module",
6
6
  "main": "./index.js",
7
7
  "types": "./index.d.ts",
8
8
  "bin": {
9
- "ssc": "./npm/bin/ssc.js"
9
+ "ssc": "./bin/ssc.js"
10
10
  },
11
11
  "os": [
12
12
  "linux",
@@ -45,4 +45,4 @@
45
45
  "@ojes94/socket-linux-x64": "1.0.0",
46
46
  "@ojes94/socket-win32-x64": "1.0.0"
47
47
  }
48
- }
48
+ }