getscreenshot.js 2.0.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "getscreenshot.js",
3
- "version": "2.0.0",
3
+ "version": "3.0.0",
4
4
  "description": "Website screenshot getter. (No api key, No limit, 100% free)",
5
- "main": "screenshot.js",
5
+ "main": "index.js",
6
6
  "scripts": {
7
- "test": "node screenshot.js",
8
- "start": "node screenshot.js"
7
+ "test": "node index.js",
8
+ "start": "node index.js"
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",