cypress 2.0.1 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "cypress",
|
3
|
-
"version": "2.0
|
3
|
+
"version": "2.1.0",
|
4
4
|
"main": "index.js",
|
5
5
|
"bin": {
|
6
6
|
"cypress": "bin/cypress"
|
7
7
|
},
|
8
8
|
"engines": {
|
9
|
-
"node": ">=
|
9
|
+
"node": ">=4.0.0"
|
10
10
|
},
|
11
11
|
"scripts": {
|
12
12
|
"postinstall": "node index.js --exec install",
|