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.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "getscreenshot.js",
|
3
|
-
"version": "
|
3
|
+
"version": "3.0.0",
|
4
4
|
"description": "Website screenshot getter. (No api key, No limit, 100% free)",
|
5
|
-
"main": "
|
5
|
+
"main": "index.js",
|
6
6
|
"scripts": {
|
7
|
-
"test": "node
|
8
|
-
"start": "node
|
7
|
+
"test": "node index.js",
|
8
|
+
"start": "node index.js"
|
9
9
|
},
|
10
10
|
"repository": {
|
11
11
|
"type": "git",
|